com.liferay.portlet.rss.action
Class ConfigurationActionImpl
java.lang.Object
com.liferay.portal.kernel.portlet.BaseConfigurationAction
com.liferay.portlet.rss.action.ConfigurationActionImpl
- All Implemented Interfaces:
- ConfigurationAction, ResourceServingConfigurationAction
public class ConfigurationActionImpl
- extends BaseConfigurationAction
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 BaseConfigurationAction
- Throws:
Exception
render
public String render(PortletConfig portletConfig,
RenderRequest renderRequest,
RenderResponse renderResponse)
throws Exception
- Specified by:
render
in interface ConfigurationAction
- Overrides:
render
in class BaseConfigurationAction
- Throws:
Exception
removeFooterArticle
protected void removeFooterArticle(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
removeHeaderArticle
protected void removeHeaderArticle(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
setFooterArticle
protected void setFooterArticle(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
setHeaderArticle
protected void setHeaderArticle(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
updateConfiguration
protected void updateConfiguration(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception