com.dotmarketing.listeners
Class ClickstreamListener
java.lang.Object
com.dotmarketing.listeners.ClickstreamListener
public class ClickstreamListener
- 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 |
CLICKSTREAMS_ATTRIBUTE_KEY
public static final java.lang.String CLICKSTREAMS_ATTRIBUTE_KEY
- See Also:
- Constant Field Values
ClickstreamListener
public ClickstreamListener()
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.