com.dotmarketing.listeners
Class BannersListener

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

Field Summary
static java.lang.String BANNERS_ATTRIBUTE_KEY
           
 
Constructor Summary
BannersListener()
           
 
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

BANNERS_ATTRIBUTE_KEY

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

BannersListener

public BannersListener()
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.