Liferay 6.2-ce-ga5

com.liferay.portlet.rss.action
Class ConfigurationActionImpl

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.DefaultConfigurationAction
      extended by com.liferay.portlet.rss.action.ConfigurationActionImpl
All Implemented Interfaces:
ConfigurationAction, ResourceServingConfigurationAction

public class ConfigurationActionImpl
extends DefaultConfigurationAction


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.portlet.DefaultConfigurationAction
PREFERENCES_PREFIX
 
Constructor Summary
ConfigurationActionImpl()
           
 
Method Summary
 void processAction(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void removeFooterArticle(ActionRequest actionRequest, PortletPreferences preferences)
           
protected  void removeHeaderArticle(ActionRequest actionRequest, PortletPreferences preferences)
           
protected  void setFooterArticle(ActionRequest actionRequest, PortletPreferences preferences)
           
protected  void setHeaderArticle(ActionRequest actionRequest, PortletPreferences preferences)
           
protected  void updateSubscriptions(ActionRequest actionRequest)
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.DefaultConfigurationAction
getLocalizedParameter, getParameter, getSelPortletConfig, render, serveResource, setPreference, setPreference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationActionImpl

public ConfigurationActionImpl()
Method Detail

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

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

updateSubscriptions

protected void updateSubscriptions(ActionRequest actionRequest)
                            throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5