com.liferay.portlet.taggedcontent.action
Class ConfigurationActionImpl

java.lang.Object
  extended by com.liferay.portlet.taggedcontent.action.ConfigurationActionImpl
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.ConfigurationAction

public class ConfigurationActionImpl
extends java.lang.Object
implements com.liferay.portal.kernel.portlet.ConfigurationAction

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ConfigurationActionImpl()
           
 
Method Summary
protected  void moveSelectionDown(javax.portlet.ActionRequest actionRequest, javax.portlet.PortletPreferences prefs)
           
protected  void moveSelectionUp(javax.portlet.ActionRequest actionRequest, javax.portlet.PortletPreferences prefs)
           
 void processAction(javax.portlet.PortletConfig portletConfig, javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
protected  void removeSelection(javax.portlet.ActionRequest actionRequest, javax.portlet.PortletPreferences prefs)
           
 java.lang.String render(javax.portlet.PortletConfig portletConfig, javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
protected  void setSelectionStyle(javax.portlet.ActionRequest actionRequest, javax.portlet.PortletPreferences prefs)
           
protected  void updateDynamicSettings(javax.portlet.ActionRequest actionRequest, javax.portlet.PortletPreferences prefs)
           
protected  void updateManualSettings(javax.portlet.ActionRequest actionRequest, javax.portlet.PortletPreferences prefs)
           
 
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
Throws:
java.lang.Exception

render

public java.lang.String render(javax.portlet.PortletConfig portletConfig,
                               javax.portlet.RenderRequest renderRequest,
                               javax.portlet.RenderResponse renderResponse)
                        throws java.lang.Exception
Specified by:
render in interface com.liferay.portal.kernel.portlet.ConfigurationAction
Throws:
java.lang.Exception

moveSelectionDown

protected void moveSelectionDown(javax.portlet.ActionRequest actionRequest,
                                 javax.portlet.PortletPreferences prefs)
                          throws java.lang.Exception
Throws:
java.lang.Exception

moveSelectionUp

protected void moveSelectionUp(javax.portlet.ActionRequest actionRequest,
                               javax.portlet.PortletPreferences prefs)
                        throws java.lang.Exception
Throws:
java.lang.Exception

removeSelection

protected void removeSelection(javax.portlet.ActionRequest actionRequest,
                               javax.portlet.PortletPreferences prefs)
                        throws java.lang.Exception
Throws:
java.lang.Exception

setSelectionStyle

protected void setSelectionStyle(javax.portlet.ActionRequest actionRequest,
                                 javax.portlet.PortletPreferences prefs)
                          throws java.lang.Exception
Throws:
java.lang.Exception

updateDynamicSettings

protected void updateDynamicSettings(javax.portlet.ActionRequest actionRequest,
                                     javax.portlet.PortletPreferences prefs)
                              throws java.lang.Exception
Throws:
java.lang.Exception

updateManualSettings

protected void updateManualSettings(javax.portlet.ActionRequest actionRequest,
                                    javax.portlet.PortletPreferences prefs)
                             throws java.lang.Exception
Throws:
java.lang.Exception