com.dotmarketing.listeners
Class BannersListener
java.lang.Object
com.dotmarketing.listeners.BannersListener
public class BannersListener
- extends java.lang.Object
The listener that keeps track of all clickstreams in the container as well as
the creating new Clickstream objects and initiating logging when the
clickstream dies (session has been invalidated).
- Author:
- Patrick Lightbody
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BANNERS_ATTRIBUTE_KEY
public static final java.lang.String BANNERS_ATTRIBUTE_KEY
- See Also:
- Constant Field Values
BannersListener
public BannersListener()
contextInitialized
public void contextInitialized(ServletContextEvent sce)
contextDestroyed
public void contextDestroyed(ServletContextEvent sce)
sessionCreated
public void sessionCreated(HttpSessionEvent hse)
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent hse)
Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.