|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecuteActionException | |
net.sf.portions.action |
Uses of ExecuteActionException in net.sf.portions.action |
Methods in net.sf.portions.action that throw ExecuteActionException | |
protected void |
RemoveAttributePortletAction.executeLogic()
Trata de eliminar un atributo de uno de los scopes o ámbitos posibles (request, session) del portlet. |
private void |
RemoveAttributePortletAction.attributeNotInScope(java.lang.String attributeName,
java.lang.String scope)
Encapsula las operaciones a realizar cuando no se encuentra el atributo "attributeName" en el ámbito "scope". |
private void |
RemoveAttributePortletAction.unknownScope(java.lang.String scope)
Encapsula las operaciones a realizar cuando no se encuentra el ámbito "scope". |
private void |
RemoveAttributePortletAction.badConfigFile()
Encapsula las operaciones a realizar cuando el fichero de configuración contiene errores. |
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. |
Forward |
ExtendedPortletAction.execute(Action action,
PortletForm form,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
|
protected abstract void |
ExtendedPortletAction.executeLogic()
Encierra la lógica de negocio de la Action. |
protected void |
ExtendedPortletAction.catchException(java.lang.Exception e)
Encierra el tratamiento de cualquier excepción que se pueda lanzar durante la ejecución de la lógica de negocio de la Action. |
protected void |
ExistAttributePortletAction.executeLogic()
Verifica la existencia de un atributo en el ámbito indicado a través de la propiedad parameter (request o session) del portlet. |
private void |
ExistAttributePortletAction.attributeNotInScope(java.lang.String attributeName,
java.lang.String scope)
Encapsula las operaciones a realizar cuando no se encuentra el atributo "attributeName" en el ámbito "scope". |
private void |
ExistAttributePortletAction.unknownScope(java.lang.String scope)
Encapsula las operaciones a realizar cuando no se encuentra el ámbito "scope". |
private void |
ExistAttributePortletAction.badConfigFile()
Encapsula las operaciones a realizar cuando el fichero de configuración contiene errores. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |