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