|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acme.TagListener
public class TagListener
Constructor Summary | |
---|---|
TagListener()
|
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 TagListener()
Method Detail |
---|
public void attributeAdded(HttpSessionBindingEvent se)
HttpSessionAttributeListener
attributeAdded
in interface HttpSessionAttributeListener
public void attributeRemoved(HttpSessionBindingEvent se)
HttpSessionAttributeListener
attributeRemoved
in interface HttpSessionAttributeListener
public void attributeReplaced(HttpSessionBindingEvent se)
HttpSessionAttributeListener
attributeReplaced
in interface HttpSessionAttributeListener
public void sessionWillPassivate(HttpSessionEvent se)
HttpSessionActivationListener
sessionWillPassivate
in interface HttpSessionActivationListener
public void sessionDidActivate(HttpSessionEvent se)
HttpSessionActivationListener
sessionDidActivate
in interface HttpSessionActivationListener
public void contextInitialized(ServletContextEvent sce)
ServletContextListener
contextInitialized
in interface ServletContextListener
public void contextDestroyed(ServletContextEvent sce)
ServletContextListener
contextDestroyed
in interface ServletContextListener
public void attributeAdded(ServletContextAttributeEvent scab)
ServletContextAttributeListener
attributeAdded
in interface ServletContextAttributeListener
public void attributeRemoved(ServletContextAttributeEvent scab)
ServletContextAttributeListener
attributeRemoved
in interface ServletContextAttributeListener
public void attributeReplaced(ServletContextAttributeEvent scab)
ServletContextAttributeListener
attributeReplaced
in interface ServletContextAttributeListener
public void requestDestroyed(ServletRequestEvent sre)
ServletRequestListener
requestDestroyed
in interface ServletRequestListener
public void requestInitialized(ServletRequestEvent sre)
ServletRequestListener
requestInitialized
in interface ServletRequestListener
public void attributeAdded(ServletRequestAttributeEvent srae)
ServletRequestAttributeListener
attributeAdded
in interface ServletRequestAttributeListener
public void attributeRemoved(ServletRequestAttributeEvent srae)
ServletRequestAttributeListener
attributeRemoved
in interface ServletRequestAttributeListener
public void attributeReplaced(ServletRequestAttributeEvent srae)
ServletRequestAttributeListener
attributeReplaced
in interface ServletRequestAttributeListener
public void sessionCreated(HttpSessionEvent se)
HttpSessionListener
sessionCreated
in interface HttpSessionListener
se
- the notification eventpublic void sessionDestroyed(HttpSessionEvent se)
HttpSessionListener
sessionDestroyed
in interface HttpSessionListener
se
- the notification event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |