com.liferay.portal.kernel.portlet.bridges.mvc
Class BaseMVCActionCommand
java.lang.Object
com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
- All Implemented Interfaces:
- MVCActionCommand
public abstract class BaseMVCActionCommand
- extends Object
- implements MVCActionCommand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseMVCActionCommand
public BaseMVCActionCommand()
processAction
public boolean processAction(PortletRequest portletRequest,
PortletResponse portletResponse)
throws PortletException
- Specified by:
processAction in interface MVCActionCommand
- Throws:
PortletException
doProcessAction
protected abstract void doProcessAction(PortletRequest portletRequest,
PortletResponse portletResponse)
throws Exception
- Throws:
Exception