public class TestHttpSessionListener
extends java.lang.Object
implements javax.servlet.http.HttpSessionListener
| Modifier and Type | Field and Description |
|---|---|
boolean |
accessAttribute |
java.util.List<java.lang.String> |
createdSessions |
java.util.List<java.lang.String> |
destroyedSessions |
java.lang.Exception |
ex |
| Constructor and Description |
|---|
TestHttpSessionListener() |
TestHttpSessionListener(boolean access) |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent se) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
public java.util.List<java.lang.String> createdSessions
public java.util.List<java.lang.String> destroyedSessions
public boolean accessAttribute
public java.lang.Exception ex
public TestHttpSessionListener(boolean access)
public TestHttpSessionListener()
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerpublic void sessionCreated(javax.servlet.http.HttpSessionEvent se)
sessionCreated in interface javax.servlet.http.HttpSessionListenerCopyright © 1995–2018 Webtide. All rights reserved.