|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.dpml.test.http.TestListener
Test listeners.
| Constructor Summary | |
TestListener()
|
|
| Method Summary | |
void |
attributeAdded(HttpSessionBindingEvent se)
Attribute added. |
void |
attributeAdded(ServletContextAttributeEvent scab)
Attribute added notification |
void |
attributeAdded(ServletRequestAttributeEvent srae)
Attribute added notification |
void |
attributeRemoved(HttpSessionBindingEvent se)
Attribute removed. |
void |
attributeRemoved(ServletContextAttributeEvent scab)
Attribute removed notification |
void |
attributeRemoved(ServletRequestAttributeEvent srae)
Attribute removed notification |
void |
attributeReplaced(HttpSessionBindingEvent se)
Attribute replaced. |
void |
attributeReplaced(ServletContextAttributeEvent scab)
Attribute replaced notification |
void |
attributeReplaced(ServletRequestAttributeEvent srae)
Attribute replaced notification |
void |
contextDestroyed(ServletContextEvent sce)
Context destroy notification |
void |
contextInitialized(ServletContextEvent sce)
Context initiated notification |
void |
requestDestroyed(ServletRequestEvent sre)
Request destroyed notification |
void |
requestInitialized(ServletRequestEvent sre)
Request initialized notification |
void |
sessionCreated(HttpSessionEvent se)
Session created notification |
void |
sessionDestroyed(HttpSessionEvent se)
Session destroyed notification |
void |
sessionDidActivate(HttpSessionEvent se)
Session did activate notification |
void |
sessionWillPassivate(HttpSessionEvent se)
Session passivate notification |
| 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)
attributeAdded in interface HttpSessionAttributeListenerse - binding eventpublic void attributeRemoved(HttpSessionBindingEvent se)
attributeRemoved in interface HttpSessionAttributeListenerse - binding eventpublic void attributeReplaced(HttpSessionBindingEvent se)
attributeReplaced in interface HttpSessionAttributeListenerse - binding eventpublic void sessionWillPassivate(HttpSessionEvent se)
sessionWillPassivate in interface HttpSessionActivationListenerse - session eventpublic void sessionDidActivate(HttpSessionEvent se)
sessionDidActivate in interface HttpSessionActivationListenerse - session eventpublic void contextInitialized(ServletContextEvent sce)
contextInitialized in interface ServletContextListenersce - servlet context eventpublic void contextDestroyed(ServletContextEvent sce)
contextDestroyed in interface ServletContextListenersce - servlet context eventpublic void attributeAdded(ServletContextAttributeEvent scab)
attributeAdded in interface ServletContextAttributeListenerscab - servlet context attribute eventpublic void attributeRemoved(ServletContextAttributeEvent scab)
attributeRemoved in interface ServletContextAttributeListenerscab - servlet context attribute eventpublic void attributeReplaced(ServletContextAttributeEvent scab)
attributeReplaced in interface ServletContextAttributeListenerscab - servlet context attribute eventpublic void requestDestroyed(ServletRequestEvent sre)
requestDestroyed in interface ServletRequestListenersre - servlet request eventpublic void requestInitialized(ServletRequestEvent sre)
requestInitialized in interface ServletRequestListenersre - servlet request eventpublic void attributeAdded(ServletRequestAttributeEvent srae)
attributeAdded in interface ServletRequestAttributeListenersrae - servlet request attribute eventpublic void attributeRemoved(ServletRequestAttributeEvent srae)
attributeRemoved in interface ServletRequestAttributeListenersrae - servlet request attribute eventpublic void attributeReplaced(ServletRequestAttributeEvent srae)
attributeReplaced in interface ServletRequestAttributeListenersrae - servlet request attribute eventpublic void sessionCreated(HttpSessionEvent se)
sessionCreated in interface HttpSessionListenerse - session eventpublic void sessionDestroyed(HttpSessionEvent se)
sessionDestroyed in interface HttpSessionListenerse - session event
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||