freemarker.ext.jsp
Class EventForwarding
java.lang.Object
freemarker.ext.jsp.EventForwarding
- HttpSessionAttributeListener, HttpSessionListener, ServletContextAttributeListener, ServletContextListener
public class EventForwarding
extends java.lang.Object
implements ServletContextAttributeListener, ServletContextListener, HttpSessionListener, HttpSessionAttributeListener
An instance of this class should be registered as a <listener> in
the web.xml descriptor in order to correctly dispatch events to
event listeners that are specified in TLD files.
$Id: EventForwarding.java,v 1.5 2003/01/24 10:19:33 szegedia Exp $
attributeAdded
public void attributeAdded(HttpSessionBindingEvent arg0)
attributeAdded
public void attributeAdded(ServletContextAttributeEvent arg0)
attributeRemoved
public void attributeRemoved(HttpSessionBindingEvent arg0)
attributeRemoved
public void attributeRemoved(ServletContextAttributeEvent arg0)
attributeReplaced
public void attributeReplaced(HttpSessionBindingEvent arg0)
attributeReplaced
public void attributeReplaced(ServletContextAttributeEvent arg0)
contextDestroyed
public void contextDestroyed(ServletContextEvent arg0)
contextInitialized
public void contextInitialized(ServletContextEvent arg0)
sessionCreated
public void sessionCreated(HttpSessionEvent arg0)
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent arg0)