Class PasswordRecoveryHandler

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    static final org.exoplatform.web.controller.QualifiedName
     
    static final String
     
    static final org.exoplatform.web.controller.QualifiedName
     
    static final String
     
    static final String
     
    static final String
     
    static final org.exoplatform.portal.rest.UserFieldValidator
     
    static final String
     
    static final String
     
    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
    PasswordRecoveryHandler(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
     

    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

    • PasswordRecoveryHandler

      public PasswordRecoveryHandler(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

    • execute

      public boolean execute(org.exoplatform.web.ControllerContext controllerContext) throws Exception
      Overrides:
      execute in class org.exoplatform.web.application.JspBasedWebHandler
      Throws:
      Exception
    • 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
    • extendApplicationParameters

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