com.liferay.portal.kernel.portlet
Class BaseConfigurationAction

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.BaseConfigurationAction
All Implemented Interfaces:
ConfigurationAction, ResourceServingConfigurationAction

public class BaseConfigurationAction
extends java.lang.Object
implements ConfigurationAction, ResourceServingConfigurationAction

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BaseConfigurationAction()
           
 
Method Summary
 void processAction(javax.portlet.PortletConfig portletConfig, javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
 java.lang.String render(javax.portlet.PortletConfig portletConfig, javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 void serveResource(javax.portlet.PortletConfig portletConfig, javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseConfigurationAction

public BaseConfigurationAction()
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 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 ConfigurationAction
Throws:
java.lang.Exception

serveResource

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