Class Action

Description

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.

  • author: Arnold Cano
  • version: $Id: Action.php,v 1.1.1.1.24.1 2011/10/04 11:19:40 afelixf Exp $

Located in /phrame/Action.php (line 11)

Object
   |
   --Action
Direct descendents
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.
Method Summary
ActionForward perform (ActionMapping $actionMapping, ActionForm $actionForm)
Methods
perform (line 26)

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.

  • access: public
ActionForward perform (ActionMapping $actionMapping, ActionForm $actionForm)

Redefined in descendants as:
  • gvHidraMainWindow::perform() : Método que se ejecuta tras el constructor y que permite seleccionar la acción a realizar.
  • IgepAccionesGenericas::perform() : Método que se ejecuta tras el constructor y que permite seleccionar la acción a realizar.
  • gvHidraForm::perform() : Método que SIEMPRE se lanza cuando venimos desde phrame y que es el encargado de realizar la unión entre Igep y el controlador (phrame).
  • gvHidraTreePattern::perform() : Método que SIEMPRE se lanza cuando venimos desde phrame y que es el encargado de realizar la unión entre Igep y el controlador (phrame).

Inherited Methods

Inherited From Object

Object::equals()
Object::toString()

Documentation generated on Wed, 05 Oct 2011 10:36:21 +0200 by phpDocumentor 1.4.1