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:
com.liferay.portal.kernel.portlet.ConfigurationAction, com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction

public class ConfigurationActionImpl
extends com.liferay.portal.kernel.portlet.DefaultConfigurationAction

Author:
Jorge Ferrer

Field Summary
 
Fields inherited from class com.liferay.portal.kernel.portlet.DefaultConfigurationAction
PREFERENCES_PREFIX
 
Constructor Summary
ConfigurationActionImpl()
           
 
Method Summary
protected  java.util.List<java.lang.String> getColumnNames(java.lang.String content, java.lang.String portletId)
           
 void processAction(javax.portlet.PortletConfig portletConfig, javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
protected  void reorganizeNestedColumns(javax.portlet.ActionRequest actionRequest, java.lang.String portletResource, java.lang.String newLayoutTemplateId, java.lang.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(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.DefaultConfigurationAction
Throws:
java.lang.Exception

getColumnNames

protected java.util.List<java.lang.String> getColumnNames(java.lang.String content,
                                                          java.lang.String portletId)

reorganizeNestedColumns

protected void reorganizeNestedColumns(javax.portlet.ActionRequest actionRequest,
                                       java.lang.String portletResource,
                                       java.lang.String newLayoutTemplateId,
                                       java.lang.String oldLayoutTemplateId)
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException