public class AbstractSessionExpiryTest.TestHttpSessionListener extends Object implements javax.servlet.http.HttpSessionListener
| Modifier and Type | Field and Description |
|---|---|
boolean |
accessAttribute |
List<String> |
createdSessions |
List<String> |
destroyedSessions |
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 boolean accessAttribute
public 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–2017 Webtide. All rights reserved.