|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PortletForm | |
| net.sf.portions.action | |
| net.sf.portions.plugin | |
| net.sf.portions.validator | |
| Uses of PortletForm in net.sf.portions.action |
| Fields in net.sf.portions.action declared as PortletForm | |
protected PortletForm |
ExtendedPortletAction.form
El bean opcional, instancia de PortletForm, para la petición |
| Methods in net.sf.portions.action with parameters of type PortletForm | |
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)
|
| Uses of PortletForm in net.sf.portions.plugin |
| Methods in net.sf.portions.plugin with parameters of type PortletForm | |
void |
IPortletPlugIn.execute(java.lang.String formName,
PortletForm form,
javax.portlet.PortletContext context)
Ejecuta las tareas propias del plug-in |
| Uses of PortletForm in net.sf.portions.validator |
| Methods in net.sf.portions.validator with parameters of type PortletForm | |
void |
ValidatorPlugIn.execute(java.lang.String formName,
PortletForm form,
javax.portlet.PortletContext context)
Ejecuta la lógica del plug-in (realiza la validación del formulario) |
private boolean |
ValidatorPlugIn.validateForm(java.lang.String formName,
PortletForm form,
javax.portlet.PortletContext context)
Realiza la validación del formulario |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||