public class SessionInitializer extends Object implements RequestChainProcessor
| Constructor and Description |
|---|
SessionInitializer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleExpiration(javax.servlet.http.HttpServletRequest httpReq)
Handles expiration of session
|
protected void |
initSession(javax.servlet.http.HttpServletRequest httpReq)
Called when a new session is created.
|
boolean |
processRequest(CommandRequest request)
Make required processing of request.
|
protected boolean |
verifySession(javax.servlet.http.HttpSession session)
Check that current session has all the required parameters, and issue warnings if not.
|
public boolean processRequest(CommandRequest request) throws Exception
RequestChainProcessorprocessRequest in interface RequestChainProcessorExceptionprotected void initSession(javax.servlet.http.HttpServletRequest httpReq)
protected boolean verifySession(javax.servlet.http.HttpSession session)
protected void handleExpiration(javax.servlet.http.HttpServletRequest httpReq)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.