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, sendRedirect
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processAction
public boolean validateForm(ActionRequest actionRequest, ActionResponse actionResponse) throws PortletException
validateForm
in interface FormMVCActionCommand
PortletException
protected abstract void doValidateForm(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception
Exception