public abstract class BaseTransactionalMVCActionCommand extends Object implements MVCActionCommand
EMPTY| Constructor and Description |
|---|
BaseTransactionalMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doTransactionalCommand(ActionRequest actionRequest,
ActionResponse actionResponse) |
boolean |
processAction(ActionRequest actionRequest,
ActionResponse actionResponse)
Invoked by
MVCPortlet to allow the portlet to process an action
request. |
public boolean processAction(ActionRequest actionRequest, ActionResponse actionResponse) throws PortletException
MVCActionCommandMVCPortlet to allow the portlet to process an action
request.processAction in interface MVCActionCommandactionRequest - the action requestactionResponse - the action responsetrue if an error occurs in processing the action
request; false otherwisePortletExceptionprotected abstract void doTransactionalCommand(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception
Exception