org.jbpm.formModeler.service.bb.mvc.controller.requestChain
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
RequestChainProcessor
processRequest
in interface RequestChainProcessor
Exception
protected 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-2013 JBoss by Red Hat. All Rights Reserved.