C G I P S T W

C

com.wwm.context.servlet - package com.wwm.context.servlet
 
contextDestroyed(ServletContextEvent) - Method in class com.wwm.context.servlet.WebContainerAppListener
 
contextInitialized(ServletContextEvent) - Method in class com.wwm.context.servlet.WebContainerAppListener
Anything need doing when registering

G

get(String) - Method in class com.wwm.context.servlet.WebSessionContext
Get named object
getInstance() - Static method in class com.wwm.context.servlet.WebContainerAppListener
 
getSessionContext(HttpSession) - Static method in class com.wwm.context.servlet.WebContainerAppListener
Get our SessionContext for this session.
getSessionId() - Method in class com.wwm.context.servlet.WebSessionContext
 

I

invalidate() - Method in class com.wwm.context.servlet.WebSessionContext
Invalidate session

P

postRequest(HttpServletRequest) - Method in class com.wwm.context.servlet.WebContainerAppListener
 
preRequest(ApplicationContext, HttpServletRequest) - Method in class com.wwm.context.servlet.WebContainerAppListener
Prior to the request, we need to pass our app context and session context data into our ThreadLocal based container, so that correct ones for this request can be retrieved during servicing of the request.

S

sessionCreated(HttpSessionEvent) - Method in class com.wwm.context.servlet.WebContainerAppListener
Things to do at beginning of a new session.
sessionDestroyed(HttpSessionEvent) - Method in class com.wwm.context.servlet.WebContainerAppListener
Do whatever needs doing at end of the session.
set(String, Object) - Method in class com.wwm.context.servlet.WebSessionContext
Set object for a given name
setSessionId(String) - Method in class com.wwm.context.servlet.WebSessionContext
 

T

toString() - Method in class com.wwm.context.servlet.WebSessionContext
 

W

WebContainerAppListener - Class in com.wwm.context.servlet
Class to listen for servlet start/stop events, and session start/end events, and ensure that we make things available elsewhere.
WebContainerAppListener() - Constructor for class com.wwm.context.servlet.WebContainerAppListener
 
WebSessionContext - Class in com.wwm.context.servlet
Bean that contains all session data that we want to be able to share between different requests for a given session.
WebSessionContext(HttpSession) - Constructor for class com.wwm.context.servlet.WebSessionContext
Construct one

C G I P S T W

Copyright © 2004 or was it 2003-2011 Whirlwind Match Limited. All Rights Reserved.