Interface ConfigurationAction
- All Known Implementing Classes:
BaseJSPSettingsConfigurationAction,DefaultConfigurationAction,SettingsConfigurationAction
public interface ConfigurationAction
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionvoidinclude(PortletConfig portletConfig, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) voidprocessAction(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
-
Method Details
-
include
void include(PortletConfig portletConfig, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Throws:
Exception
-
processAction
void processAction(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse) throws Exception - Throws:
Exception
-