com.dotmarketing.filters
Class ClickstreamFilter

java.lang.Object
  extended by com.dotmarketing.filters.ClickstreamFilter

public class ClickstreamFilter
extends java.lang.Object


Field Summary
static java.lang.String FILTER_APPLIED
           
protected  FilterConfig filterConfig
           
 
Constructor Summary
ClickstreamFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filterConfig

protected FilterConfig filterConfig

FILTER_APPLIED

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

ClickstreamFilter

public ClickstreamFilter()
Method Detail

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws java.io.IOException,
                     ServletException
Throws:
java.io.IOException
ServletException

init

public void init(FilterConfig filterConfig)
          throws ServletException
Throws:
ServletException

destroy

public void destroy()


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.