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