com.liferay.portal.kernel.portlet.bridges.mvc
Class BaseFormMVCActionCommand
java.lang.Object
com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
com.liferay.portal.kernel.portlet.bridges.mvc.BaseFormMVCActionCommand
- All Implemented Interfaces:
- FormMVCActionCommand, MVCActionCommand, MVCCommand
public abstract class BaseFormMVCActionCommand
- extends BaseMVCActionCommand
- implements FormMVCActionCommand
| Methods inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand |
addSuccessMessage, doProcessAction, getPortletConfig, hideDefaultErrorMessage, hideDefaultSuccessMessage, isDisplaySuccessMessage, processAction, redirectToLogin, sendRedirect, sendRedirect, sendRedirect |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseFormMVCActionCommand
public BaseFormMVCActionCommand()
validateForm
public boolean validateForm(ActionRequest actionRequest,
ActionResponse actionResponse)
throws PortletException
- Specified by:
validateForm in interface FormMVCActionCommand
- Throws:
PortletException
doValidateForm
protected abstract void doValidateForm(ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Throws:
Exception