org.mortbay.servlet
public class WelcomeFilter extends 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 IOException, ServletException
doFilter
in interface Filter
IOException
ServletException
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.