public class SessionSupport extends Object implements javax.servlet.http.HttpSessionListener
| Modifier and Type | Field and Description |
|---|---|
static boolean |
initializationHint |
| Constructor and Description |
|---|
SessionSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent se) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerCopyright © 2016. All rights reserved.