Liferay 6.1.2-ce-ga3

com.liferay.portlet.nestedportlets.action
Class ConfigurationActionImpl

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.DefaultConfigurationAction
      extended by com.liferay.portlet.nestedportlets.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  List<String> getColumnNames(String content, String portletId)
           
 void processAction(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void reorganizeNestedColumns(ActionRequest actionRequest, String portletResource, String newLayoutTemplateId, String oldLayoutTemplateId)
           
 
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

getColumnNames

protected List<String> getColumnNames(String content,
                                      String portletId)

reorganizeNestedColumns

protected void reorganizeNestedColumns(ActionRequest actionRequest,
                                       String portletResource,
                                       String newLayoutTemplateId,
                                       String oldLayoutTemplateId)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3