com.liferay.portlet.journalcontent.action
Class ConfigurationActionImpl
java.lang.Object
com.liferay.portal.kernel.portlet.DefaultConfigurationAction
com.liferay.portlet.journalcontent.action.ConfigurationActionImpl
- All Implemented Interfaces:
- ConfigurationAction, ResourceServingConfigurationAction
public class ConfigurationActionImpl
- extends DefaultConfigurationAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationActionImpl
public ConfigurationActionImpl()
processAction
public void processAction(PortletConfig portletConfig,
ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Specified by:
processAction in interface ConfigurationAction- Overrides:
processAction in class DefaultConfigurationAction
- Throws:
Exception
doProcessAction
@Transactional(isolation=PORTAL,
propagation=REQUIRES_NEW,
rollbackFor=java.lang.Exception.class)
protected void doProcessAction(PortletConfig portletConfig,
ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- This method is invoked in a transaction because we may result in a
persistence call before and/or after the call to super.processAction()
which itself results in a persistence call.
- Throws:
Exception
getArticleId
protected String getArticleId(PortletRequest portletRequest)
getDoProcessActionMethod
protected Method getDoProcessActionMethod()
getMethodInterceptors
protected List<org.aopalliance.intercept.MethodInterceptor> getMethodInterceptors()