org.appfuse.webapp.filter
Class LoginFilter

java.lang.Object
  extended byorg.appfuse.webapp.filter.LoginFilter
All Implemented Interfaces:
Filter

public final class LoginFilter
extends Object
implements Filter

Intercepts Login requests for "Remember Me" functionality.

View Source

Version:
$Revision: 1.4 $ $Date: 2004/03/31 13:04:24 $
Author:
Matt Raible

Constructor Summary
LoginFilter()
           
 
Method Summary
 void destroy()
          destroy any instance values other than config *
 void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
           
 void init(FilterConfig config)
          Initialize controller values of filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginFilter

public LoginFilter()
Method Detail

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse resp,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

init

public void init(FilterConfig config)
Initialize controller values of filter.

Specified by:
init in interface Filter

destroy

public void destroy()
destroy any instance values other than config *

Specified by:
destroy in interface Filter


Copyright © 2002-2004