Documentación GVHIDRA 3.1.5
Referencia de la Clase Action
Diagrama de herencias de Action
Object gvHidraForm gvHidraMainWindow IgepAccionesGenericas gvHidraForm_DB gvHidraForm_dummy CustomMainWindow CustomMainWindow CustomMainWindow gvHidraTreePattern IgepNovedades IgepPeticiones IgepPeticionesD TinvDonantes AppMainWindow AppMainWindow AppMainWindow

Métodos públicos

 perform ($actionMapping, $actionForm)

Descripción detallada

An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request. The ActionController will select an appropriate Action for each request, create an instance (if necessary), and call the perform() method.

Autor:
Arnold Cano
Versión:
Id:
Action.php,v 1.1.1.1 2004-06-16 12:25:44 cvs Exp

Definición en la línea 11 del archivo Action.php.


Documentación de las funciones miembro

perform ( actionMapping,
actionForm 
)

Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). Return an ActionForward instance describing where and how control should be forwarded, or null if the response has already been completed. Subclasses must override this method to provide any business logic they wish to perform.

public

Parámetros:
ActionMapping$actionMapping
ActionForm$actionForm
Devuelve:
ActionForward

Reimplementado en gvHidraForm, IgepAccionesGenericas, gvHidraTreePattern y gvHidraMainWindow.

Definición en la línea 26 del archivo Action.php.

{}

La documentación para esta clase fue generada a partir del siguiente fichero: