Package org.exoplatform.web.register
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final Stringstatic final intstatic final Stringstatic final org.exoplatform.portal.rest.UserFieldValidatorstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.exoplatform.web.application.JspBasedWebHandler
brandingService, javascriptConfigService, JS_PATHS_PARAM, localeConfigService, skinService, TEXT_HTML_CONTENT_TYPEFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionRegisterHandler(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 Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanexecute(org.exoplatform.web.ControllerContext controllerContext) protected voidextendApplicationParameters(org.exoplatform.web.ControllerContext controllerContext, org.json.JSONObject params, Map<String, Object> parameters) protected booleanMethods inherited from class org.exoplatform.web.application.JspBasedWebHandler
prepareDispatchMethods inherited from class org.exoplatform.web.WebRequestHandler
onDestroy, onInitMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
NAME
- See Also:
-
REGISTER_EXTENSION_NAME
- See Also:
-
REGISTER_ENABLED
- See Also:
-
REGISTER_JSP_PATH_PARAM
- See Also:
-
REGISTER_EXTENSION_JS_MODULES
- See Also:
-
REGISTRATION_ERROR_CODE
- See Also:
-
EMAIL_PARAM
- See Also:
-
CAPTCHA_PARAM
- See Also:
-
EMAIL_VALIDATOR
public static final org.exoplatform.portal.rest.UserFieldValidator EMAIL_VALIDATOR -
ONBOARDING_EMAIL_SENT_MESSAGE
- See Also:
-
SUCCESS_MESSAGE_PARAM
- See Also:
-
ERROR_MESSAGE_PARAM
- See Also:
-
CAPTCHA_WIDTH
public static final int CAPTCHA_WIDTH- See Also:
-
CAPTCHA_HEIGHT
public static final int CAPTCHA_HEIGHT- See Also:
-
-
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
- Overrides:
getHandlerNamein classorg.exoplatform.web.application.JspBasedWebHandler
-
getRequiresLifeCycle
protected boolean getRequiresLifeCycle()- Overrides:
getRequiresLifeCyclein classorg.exoplatform.web.application.JspBasedWebHandler
-
execute
- Overrides:
executein classorg.exoplatform.web.application.JspBasedWebHandler- Throws:
Exception
-
dispatch
protected boolean dispatch(org.exoplatform.web.ControllerContext controllerContext, Map<String, Object> parameters) throws Exception- Throws:
Exception
-
extendApplicationParameters
-