public abstract class BaseFormMVCActionCommand extends BaseMVCActionCommand implements FormMVCActionCommand
EMPTY| Constructor and Description |
|---|
BaseFormMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doValidateForm(ActionRequest actionRequest,
ActionResponse actionResponse) |
boolean |
validateForm(ActionRequest actionRequest,
ActionResponse actionResponse) |
addSuccessMessage, doProcessAction, getPortletConfig, hideDefaultErrorMessage, hideDefaultSuccessMessage, isDisplaySuccessMessage, processAction, redirectToLogin, sendRedirect, sendRedirect, sendRedirectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessActionpublic boolean validateForm(ActionRequest actionRequest, ActionResponse actionResponse) throws PortletException
validateForm in interface FormMVCActionCommandPortletExceptionprotected abstract void doValidateForm(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception
Exception