Class JspBasedWebHandler

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
org.exoplatform.web.application.JspBasedWebHandler
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public abstract class JspBasedWebHandler extends org.exoplatform.web.WebRequestHandler
  • Field Details

    • TEXT_HTML_CONTENT_TYPE

      protected static final String TEXT_HTML_CONTENT_TYPE
      See Also:
    • JS_PATHS_PARAM

      protected static final String JS_PATHS_PARAM
      See Also:
    • localeConfigService

      protected org.exoplatform.services.resources.LocaleConfigService localeConfigService
    • brandingService

      protected org.exoplatform.portal.branding.BrandingService brandingService
    • javascriptConfigService

      protected JavascriptConfigService javascriptConfigService
    • skinService

      protected SkinService skinService
  • Constructor Details

    • JspBasedWebHandler

      protected JspBasedWebHandler(org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.portal.branding.BrandingService brandingService, JavascriptConfigService javascriptConfigService, SkinService skinService)
  • Method Details

    • getHandlerName

      public String getHandlerName()
      Specified by:
      getHandlerName in class org.exoplatform.web.WebRequestHandler
    • execute

      public boolean execute(org.exoplatform.web.ControllerContext context) throws Exception
      Specified by:
      execute in class org.exoplatform.web.WebRequestHandler
      Throws:
      Exception
    • getRequiresLifeCycle

      protected boolean getRequiresLifeCycle()
      Specified by:
      getRequiresLifeCycle in class org.exoplatform.web.WebRequestHandler
    • prepareDispatch

      public void prepareDispatch(org.exoplatform.web.ControllerContext context, String applicationModule, List<String> additionalJSModules, List<String> additionalCSSModules, Consumer<org.json.JSONObject> extendUIParameters) throws Exception
      Throws:
      Exception