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.
Located in /phrame/Action.php (line 11)
Object | --Action
Class | Description |
---|---|
gvHidraMainWindow | gvHidraMainWindow contiene el código de la ventana inicial de la aplicación. Controla la entrada de la aplicación, la salida y el paso por la ventana de inicio. |
IgepAccionesGenericas | IgepAccionesGenericas es una clase que contiene el código que corresponde a las acciones genéricas de IGEP que no necesitan definición en el fichero mappings para poderse ejecutar. Es decir, acciones que siempre se podrán realizar en un panel sin necesidad de que el programador las especifique en el mappings. |
gvHidraForm | gvHidraForm es la clase más importante de todo el entorno igep. Es la clase de la que heredarán todas las clases que manejen paneles igep. Esta clase contiene una serie de métodos y funciones que producen el comportamiento genérico de cualquier aplicación igep, y es el nexo de unión entre estas clases y phrame. |
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.
Inherited From Object
Object::equals()
Object::toString()
Documentation generated on Wed, 05 Oct 2011 10:36:21 +0200 by phpDocumentor 1.4.1