org.appfuse.webapp.filter
Class LoginFilter
java.lang.Object
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginFilter
public LoginFilter()
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