|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
net.sf.portions.action | |
net.sf.portions.controller |
Uses of Action in net.sf.portions.action |
Fields in net.sf.portions.action declared as Action | |
protected Action |
ExtendedPortletAction.action
Datos de configuración de la action |
Methods in net.sf.portions.action with parameters of type Action | |
abstract Forward |
PortletAction.execute(Action action,
PortletForm form,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Método abstracto que deberán sobreescribir las Actions hijas para ejecutar sus propias tareas. |
protected Forward |
PortletAction.findForward(Action action,
java.lang.String forwardName,
java.lang.String forwardMode)
Retorna la instancia del Forward al que se pasará el control. |
Forward |
ExtendedPortletAction.execute(Action action,
PortletForm form,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
|
Uses of Action in net.sf.portions.controller |
Methods in net.sf.portions.controller that return Action | |
static Action |
ConfigHelper.getAction(java.lang.String actionName)
Retorna los datos de configuración de la action de nombre "actionName" |
private static Action |
ConfigHelper.setActionProperties(org.apache.commons.configuration.Configuration config)
Crea e inicializa una instancia de la clase Action con los datos pasados |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |