public class SessionInitializer extends RequestChainProcessor
Modifier and Type | Class and Description |
---|---|
static class |
SessionInitializer.PreferredLocale |
Constructor and Description |
---|
SessionInitializer() |
Modifier and Type | Method and Description |
---|---|
protected String |
getExpirationRecoveryURL() |
NavigationCookieProcessor |
getNavigationCookieProcessor() |
protected String |
getNavigationCookieValue() |
protected String[] |
getParsedNavigationCookieValues(String cookieValue) |
static SessionInitializer.PreferredLocale |
getPreferredLocale(javax.servlet.http.HttpServletRequest request) |
protected void |
initSession() |
static boolean |
isNewSession(javax.servlet.http.HttpServletRequest request) |
boolean |
processRequest()
Make required processing of request.
|
void |
setNavigationCookieProcessor(NavigationCookieProcessor navigationCookieProcessor) |
doRequestProcessing, getControllerStatus, getNextStep, getRequest, getResponse, setNextStep
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, start, stop
public NavigationCookieProcessor getNavigationCookieProcessor()
public void setNavigationCookieProcessor(NavigationCookieProcessor navigationCookieProcessor)
public static boolean isNewSession(javax.servlet.http.HttpServletRequest request)
protected void initSession()
public boolean processRequest() throws Exception
RequestChainProcessor
processRequest
in class RequestChainProcessor
Exception
protected String getExpirationRecoveryURL()
protected String getNavigationCookieValue()
protected String[] getParsedNavigationCookieValues(String cookieValue)
public static SessionInitializer.PreferredLocale getPreferredLocale(javax.servlet.http.HttpServletRequest request)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.