Liferay 6.2-ce-ga5

com.liferay.portal.kernel.portlet
Class DefaultConfigurationAction

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.DefaultConfigurationAction
All Implemented Interfaces:
ConfigurationAction, ResourceServingConfigurationAction
Direct Known Subclasses:
BaseConfigurationAction, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl, ConfigurationActionImpl

public class DefaultConfigurationAction
extends Object
implements ConfigurationAction, ResourceServingConfigurationAction


Field Summary
static String PREFERENCES_PREFIX
           
 
Constructor Summary
DefaultConfigurationAction()
           
 
Method Summary
 String getLocalizedParameter(PortletRequest portletRequest, String name)
           
 String getParameter(PortletRequest portletRequest, String name)
           
protected  PortletConfig getSelPortletConfig(PortletRequest portletRequest)
           
 void processAction(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
 String render(PortletConfig portletConfig, RenderRequest renderRequest, RenderResponse renderResponse)
           
 void serveResource(PortletConfig portletConfig, ResourceRequest resourceRequest, ResourceResponse resourceResponse)
           
 void setPreference(PortletRequest portletRequest, String name, String value)
           
 void setPreference(PortletRequest portletRequest, String name, String[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFERENCES_PREFIX

public static final String PREFERENCES_PREFIX
See Also:
Constant Field Values
Constructor Detail

DefaultConfigurationAction

public DefaultConfigurationAction()
Method Detail

getLocalizedParameter

public String getLocalizedParameter(PortletRequest portletRequest,
                                    String name)

getParameter

public String getParameter(PortletRequest portletRequest,
                           String name)

processAction

public void processAction(PortletConfig portletConfig,
                          ActionRequest actionRequest,
                          ActionResponse actionResponse)
                   throws Exception
Specified by:
processAction in interface ConfigurationAction
Throws:
Exception

render

public String render(PortletConfig portletConfig,
                     RenderRequest renderRequest,
                     RenderResponse renderResponse)
              throws Exception
Specified by:
render in interface ConfigurationAction
Throws:
Exception

serveResource

public void serveResource(PortletConfig portletConfig,
                          ResourceRequest resourceRequest,
                          ResourceResponse resourceResponse)
                   throws Exception
Specified by:
serveResource in interface ResourceServingConfigurationAction
Throws:
Exception

setPreference

public void setPreference(PortletRequest portletRequest,
                          String name,
                          String value)

setPreference

public void setPreference(PortletRequest portletRequest,
                          String name,
                          String[] values)

getSelPortletConfig

protected PortletConfig getSelPortletConfig(PortletRequest portletRequest)
                                     throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5