public class TestHttpSessionListener
extends java.lang.Object
implements javax.servlet.http.HttpSessionListener
Modifier and Type | Field and Description |
---|---|
boolean |
accessAttribute |
java.lang.Exception |
accessTimeException |
java.lang.Exception |
attributeException |
java.util.List<java.lang.String> |
createdSessions |
java.util.List<java.lang.String> |
destroyedSessions |
boolean |
lastAccessTime |
Constructor and Description |
---|
TestHttpSessionListener() |
TestHttpSessionListener(boolean accessAttribute,
boolean lastAccessTime) |
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 boolean lastAccessTime
public java.lang.Exception attributeException
public java.lang.Exception accessTimeException
public TestHttpSessionListener(boolean accessAttribute, boolean lastAccessTime)
public TestHttpSessionListener()
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
Copyright © 1995–2023 Webtide. All rights reserved.