public class PasswordRecoveryHandler extends WebRequestHandler
| Modifier and Type | Field and Description |
|---|---|
static QualifiedName |
INIT_URL |
static QualifiedName |
LANG |
protected static org.gatein.common.logging.Logger |
log |
static String |
NAME |
static String |
REQ_PARAM_ACTION |
static QualifiedName |
TOKEN |
| Constructor and Description |
|---|
PasswordRecoveryHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
dispatch(String path,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
String |
escapeXssCharacters(String message) |
boolean |
execute(ControllerContext context) |
static Locale |
getCurrentLocale() |
String |
getHandlerName() |
protected boolean |
getRequiresLifeCycle() |
onDestroy, onInitprotected static org.gatein.common.logging.Logger log
public static final String NAME
public static final QualifiedName TOKEN
public static final QualifiedName LANG
public static final QualifiedName INIT_URL
public static final String REQ_PARAM_ACTION
public String getHandlerName()
getHandlerName in class WebRequestHandlerpublic boolean execute(ControllerContext context) throws Exception
execute in class WebRequestHandlerExceptionprotected boolean dispatch(String path, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
javax.servlet.ServletExceptionIOExceptionprotected boolean getRequiresLifeCycle()
getRequiresLifeCycle in class WebRequestHandlerpublic static Locale getCurrentLocale()
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.