org.mortbay.servlet
public class WelcomeFilter extends java.lang.Object implements Filter
Constructor and Description |
---|
WelcomeFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig filterConfig) |
public void init(FilterConfig filterConfig)
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws java.io.IOException, ServletException
doFilter
in interface Filter
java.io.IOException
ServletException
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.