com.dotmarketing.filters
Class CMSFilter

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

public class CMSFilter
extends java.lang.Object


Constructor Summary
CMSFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse res, FilterChain chain)
           
 void init(FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSFilter

public CMSFilter()
Method Detail

destroy

public void destroy()

doFilter

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

init

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


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.