com.dotmarketing.filters
Class LoginRequiredFilter

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

public class LoginRequiredFilter
extends java.lang.Object


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

Constructor Detail

LoginRequiredFilter

public LoginRequiredFilter()
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 con)
          throws ServletException
Throws:
ServletException


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.