Liferay 7.0-ce-m6

com.liferay.portal.kernel.portlet
Interface ConfigurationAction

All Known Implementing Classes:
BaseConfigurationAction, BaseJSPSettingsConfigurationAction, DefaultConfigurationAction, SettingsConfigurationAction

public interface ConfigurationAction


Method Summary
 void include(PortletConfig portletConfig, RenderRequest renderRequest, RenderResponse renderResponse)
           
 void processAction(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
 

Method Detail

include

void include(PortletConfig portletConfig,
             RenderRequest renderRequest,
             RenderResponse renderResponse)
             throws Exception
Throws:
Exception

processAction

void processAction(PortletConfig portletConfig,
                   ActionRequest actionRequest,
                   ActionResponse actionResponse)
                   throws Exception
Throws:
Exception

Liferay 7.0-ce-m6