com.liferay.portal.kernel.portlet
Interface ConfigurationAction
- All Known Implementing Classes:
- BaseConfigurationAction, BaseJSPSettingsConfigurationAction, DefaultConfigurationAction, SettingsConfigurationAction
public interface ConfigurationAction
include
void include(PortletConfig portletConfig,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
- Throws:
Exception
processAction
void processAction(PortletConfig portletConfig,
ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Throws:
Exception