Class RegisterHandler

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

public class RegisterHandler extends org.exoplatform.web.application.JspBasedWebHandler
  • Field Details

  • Constructor Details

    • RegisterHandler

      public RegisterHandler(org.exoplatform.container.PortalContainer container, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, org.exoplatform.web.login.recovery.PasswordRecoveryService passwordRecoveryService, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.portal.branding.BrandingService brandingService, org.exoplatform.web.application.javascript.JavascriptConfigService javascriptConfigService, org.exoplatform.portal.resource.SkinService skinService, RegisterUIParamsExtension registerUIParamsExtension, org.exoplatform.container.xml.InitParams params)
  • Method Details

    • getHandlerName

      public String getHandlerName()
      Overrides:
      getHandlerName in class org.exoplatform.web.application.JspBasedWebHandler
    • getRequiresLifeCycle

      protected boolean getRequiresLifeCycle()
      Overrides:
      getRequiresLifeCycle in class org.exoplatform.web.application.JspBasedWebHandler
    • execute

      public boolean execute(org.exoplatform.web.ControllerContext controllerContext) throws Exception
      Overrides:
      execute in class org.exoplatform.web.application.JspBasedWebHandler
      Throws:
      Exception
    • dispatch

      protected boolean dispatch(org.exoplatform.web.ControllerContext controllerContext, Map<String,Object> parameters) throws Exception
      Throws:
      Exception
    • extendApplicationParameters

      protected void extendApplicationParameters(org.exoplatform.web.ControllerContext controllerContext, org.json.JSONObject params, Map<String,Object> parameters)