public abstract class BaseTransactionalMVCActionCommand extends Object implements MVCActionCommand
EMPTY| Constructor and Description |
|---|
BaseTransactionalMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doTransactionalCommand(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
boolean |
processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
Invoked by
MVCPortlet to allow the portlet to process an action
request. |
public boolean processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws javax.portlet.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 otherwisejavax.portlet.PortletExceptionprotected abstract void doTransactionalCommand(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws Exception
Exception