Class ExternalRegisterHandler

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

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

  • Constructor Details

    • ExternalRegisterHandler

      public ExternalRegisterHandler(org.exoplatform.container.PortalContainer container, RemindPasswordTokenService remindPasswordTokenService, org.exoplatform.web.login.recovery.PasswordRecoveryService passwordRecoveryService, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.portal.branding.BrandingService brandingService, io.meeds.portal.security.service.SecuritySettingService securitySettingService, org.exoplatform.web.application.javascript.JavascriptConfigService javascriptConfigService, org.exoplatform.portal.resource.SkinService skinService)
  • Method Details

    • getHandlerName

      public String getHandlerName()
      Overrides:
      getHandlerName 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
    • extendApplicationParameters

      protected void extendApplicationParameters(org.json.JSONObject applicationParameters, Map<String,Object> additionalParameters)
    • getRequiresLifeCycle

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