|
jbpm-form-modeler-request-dispatcher 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.formModeler.service.bb.mvc.controller.requestChain.SessionInitializer
public class SessionInitializer
Takes care of initializing new sessions.
| Constructor Summary | |
|---|---|
SessionInitializer()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionInitializer()
| Method Detail |
|---|
public boolean processRequest(CommandRequest request)
throws Exception
RequestChainProcessor
processRequest 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)
|
jbpm-form-modeler-request-dispatcher 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||