Liferay 6.1.2-ce-ga3

com.liferay.portlet.journalcontent.action
Class ConfigurationActionImpl

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.DefaultConfigurationAction
      extended by com.liferay.portlet.journalcontent.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
protected  String getArticleId(PortletRequest portletRequest)
           
protected  String getRuntimePortletId(String xml)
           
protected  String getRuntimePortletIds(String content)
           
protected  String getRuntimePortletIds(ThemeDisplay themeDisplay, String articleId)
           
 void processAction(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void updateContentSearch(PortletRequest portletRequest)
           
protected  void updateLayout(PortletRequest portletRequest)
           
 
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

getArticleId

protected String getArticleId(PortletRequest portletRequest)

getRuntimePortletId

protected String getRuntimePortletId(String xml)
                              throws Exception
Throws:
Exception

getRuntimePortletIds

protected String getRuntimePortletIds(String content)
                               throws Exception
Throws:
Exception

getRuntimePortletIds

protected String getRuntimePortletIds(ThemeDisplay themeDisplay,
                                      String articleId)
                               throws Exception
Throws:
Exception

updateContentSearch

protected void updateContentSearch(PortletRequest portletRequest)
                            throws Exception
Throws:
Exception

updateLayout

protected void updateLayout(PortletRequest portletRequest)
                     throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3