com.dotmarketing.listeners
Class ClickstreamListener

java.lang.Object
  extended by 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

Field Summary
static java.lang.String CLICKSTREAMS_ATTRIBUTE_KEY
           
 
Constructor Summary
ClickstreamListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent sce)
           
 void contextInitialized(ServletContextEvent sce)
           
 void sessionCreated(HttpSessionEvent hse)
           
 void sessionDestroyed(HttpSessionEvent hse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLICKSTREAMS_ATTRIBUTE_KEY

public static final java.lang.String CLICKSTREAMS_ATTRIBUTE_KEY
See Also:
Constant Field Values
Constructor Detail

ClickstreamListener

public ClickstreamListener()
Method Detail

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.