Class OnboardingHandler

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

public class OnboardingHandler extends org.exoplatform.web.application.JspBasedWebHandler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final int
     
    static final String
     
    static final int
     
    static final String
     
    static final String
     
    static final org.exoplatform.web.controller.QualifiedName
     
    protected static org.exoplatform.services.log.Log
     
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    static final org.exoplatform.portal.rest.UserFieldValidator
     
    static final String
     
    static final org.exoplatform.web.controller.QualifiedName
     
    static final String
     
    static final String
     

    Fields inherited from class org.exoplatform.web.application.JspBasedWebHandler

    brandingService, javascriptConfigService, JS_PATHS_PARAM, localeConfigService, skinService, TEXT_HTML_CONTENT_TYPE

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    OnboardingHandler(org.exoplatform.container.PortalContainer container, 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, org.exoplatform.web.application.javascript.JavascriptConfigService javascriptConfigService, org.exoplatform.portal.resource.SkinService skinService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    execute(org.exoplatform.web.ControllerContext controllerContext)
     
    protected void
    extendApplicationParameters(org.json.JSONObject applicationParameters, Map<String,Object> additionalParameters)
     
     
    protected boolean
     
    protected boolean
    isValidCaptch(jakarta.servlet.http.HttpSession session, String captchaValue)
     

    Methods inherited from class org.exoplatform.web.application.JspBasedWebHandler

    prepareDispatch

    Methods inherited from class org.exoplatform.web.WebRequestHandler

    onDestroy, onInit

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • OnboardingHandler

      public OnboardingHandler(org.exoplatform.container.PortalContainer container, 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, 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
    • isValidCaptch

      protected boolean isValidCaptch(jakarta.servlet.http.HttpSession session, String captchaValue)
    • getRequiresLifeCycle

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

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

      public String escapeXssCharacters(String message)