|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acme.TestListener
public class TestListener
| Constructor Summary | |
|---|---|
TestListener()
|
|
| Method Summary | |
|---|---|
void |
attributeAdded(HttpSessionBindingEvent se)
Notification that an attribute has been added to a session. |
void |
attributeAdded(ServletContextAttributeEvent scab)
Notification that a new attribute was added to the servlet context. |
void |
attributeAdded(ServletRequestAttributeEvent srae)
Notification that a new attribute was added to the servlet request. |
void |
attributeRemoved(HttpSessionBindingEvent se)
Notification that an attribute has been removed from a session. |
void |
attributeRemoved(ServletContextAttributeEvent scab)
Notification that an existing attribute has been removed from the servlet context. |
void |
attributeRemoved(ServletRequestAttributeEvent srae)
Notification that an existing attribute has been removed from the servlet request. |
void |
attributeReplaced(HttpSessionBindingEvent se)
Notification that an attribute has been replaced in a session. |
void |
attributeReplaced(ServletContextAttributeEvent scab)
Notification that an attribute on the servlet context has been replaced. |
void |
attributeReplaced(ServletRequestAttributeEvent srae)
Notification that an attribute was replaced on the servlet request. |
void |
contextDestroyed(ServletContextEvent sce)
Notification that the servlet context is about to be shut down. |
void |
contextInitialized(ServletContextEvent sce)
Notification that the web application initialization process is starting. |
void |
requestDestroyed(ServletRequestEvent sre)
The request is about to go out of scope of the web application. |
void |
requestInitialized(ServletRequestEvent sre)
The request is about to come into scope of the web application. |
void |
sessionCreated(HttpSessionEvent se)
Notification that a session was created. |
void |
sessionDestroyed(HttpSessionEvent se)
Notification that a session is about to be invalidated. |
void |
sessionDidActivate(HttpSessionEvent se)
Notification that the session has just been activated. |
void |
sessionWillPassivate(HttpSessionEvent se)
Notification that the session is about to be passivated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestListener()
| Method Detail |
|---|
public void attributeAdded(HttpSessionBindingEvent se)
HttpSessionAttributeListener
attributeAdded in interface HttpSessionAttributeListenerpublic void attributeRemoved(HttpSessionBindingEvent se)
HttpSessionAttributeListener
attributeRemoved in interface HttpSessionAttributeListenerpublic void attributeReplaced(HttpSessionBindingEvent se)
HttpSessionAttributeListener
attributeReplaced in interface HttpSessionAttributeListenerpublic void sessionWillPassivate(HttpSessionEvent se)
HttpSessionActivationListener
sessionWillPassivate in interface HttpSessionActivationListenerpublic void sessionDidActivate(HttpSessionEvent se)
HttpSessionActivationListener
sessionDidActivate in interface HttpSessionActivationListenerpublic void contextInitialized(ServletContextEvent sce)
ServletContextListener
contextInitialized in interface ServletContextListenerpublic void contextDestroyed(ServletContextEvent sce)
ServletContextListener
contextDestroyed in interface ServletContextListenerpublic void attributeAdded(ServletContextAttributeEvent scab)
ServletContextAttributeListener
attributeAdded in interface ServletContextAttributeListenerpublic void attributeRemoved(ServletContextAttributeEvent scab)
ServletContextAttributeListener
attributeRemoved in interface ServletContextAttributeListenerpublic void attributeReplaced(ServletContextAttributeEvent scab)
ServletContextAttributeListener
attributeReplaced in interface ServletContextAttributeListenerpublic void requestDestroyed(ServletRequestEvent sre)
ServletRequestListener
requestDestroyed in interface ServletRequestListenerpublic void requestInitialized(ServletRequestEvent sre)
ServletRequestListener
requestInitialized in interface ServletRequestListenerpublic void attributeAdded(ServletRequestAttributeEvent srae)
ServletRequestAttributeListener
attributeAdded in interface ServletRequestAttributeListenerpublic void attributeRemoved(ServletRequestAttributeEvent srae)
ServletRequestAttributeListener
attributeRemoved in interface ServletRequestAttributeListenerpublic void attributeReplaced(ServletRequestAttributeEvent srae)
ServletRequestAttributeListener
attributeReplaced in interface ServletRequestAttributeListenerpublic void sessionCreated(HttpSessionEvent se)
HttpSessionListener
sessionCreated in interface HttpSessionListenerse - the notification eventpublic void sessionDestroyed(HttpSessionEvent se)
HttpSessionListener
sessionDestroyed in interface HttpSessionListenerse - the notification event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||