public class WGAHttpSessionListener
extends java.lang.Object
implements javax.servlet.http.HttpSessionListener
| Constructor and Description |
|---|
WGAHttpSessionListener() |
| Modifier and Type | Method and Description |
|---|---|
static void |
initializeSessionAttributes(javax.servlet.http.HttpSession session)
Initializes attributes on a session necessary for correct WebTML operations
This might as well be called for fake sessions, so it should not include any management that goes beyond the current call.
|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent ev) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent ev) |
public void sessionCreated(javax.servlet.http.HttpSessionEvent ev)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic static void initializeSessionAttributes(javax.servlet.http.HttpSession session)
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent ev)
sessionDestroyed in interface javax.servlet.http.HttpSessionListener