Interface ConfigurationAction

All Known Implementing Classes:
BaseJSPSettingsConfigurationAction, DefaultConfigurationAction, SettingsConfigurationAction

public interface ConfigurationAction
Author:
Brian Wing Shun Chan
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    include(javax.portlet.PortletConfig portletConfig, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
    void
    processAction(javax.portlet.PortletConfig portletConfig, javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
     
  • Method Details

    • include

      void include(javax.portlet.PortletConfig portletConfig, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
      Throws:
      Exception
    • processAction

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