com.liferay.portlet.journalarticles.action
Class ConfigurationActionImpl
java.lang.Object
com.liferay.portal.kernel.portlet.BaseConfigurationAction
com.liferay.portlet.journalarticles.action.ConfigurationActionImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.portlet.ConfigurationAction, com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction
public class ConfigurationActionImpl
- extends com.liferay.portal.kernel.portlet.BaseConfigurationAction
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
void |
processAction(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
|
java.lang.String |
render(javax.portlet.PortletConfig portletConfig,
javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
|
Methods inherited from class com.liferay.portal.kernel.portlet.BaseConfigurationAction |
serveResource |
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(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
- Specified by:
processAction
in interface com.liferay.portal.kernel.portlet.ConfigurationAction
- Overrides:
processAction
in class com.liferay.portal.kernel.portlet.BaseConfigurationAction
- Throws:
java.lang.Exception
render
public java.lang.String render(javax.portlet.PortletConfig portletConfig,
javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws java.lang.Exception
- Specified by:
render
in interface com.liferay.portal.kernel.portlet.ConfigurationAction
- Overrides:
render
in class com.liferay.portal.kernel.portlet.BaseConfigurationAction
- Throws:
java.lang.Exception