org.mortbay.servlet
Class WelcomeFilter
java.lang.Object
org.mortbay.servlet.WelcomeFilter
- All Implemented Interfaces:
- Filter
public class WelcomeFilter
- extends Object
- implements Filter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
welcome
private String welcome
WelcomeFilter
public WelcomeFilter()
init
public void init(FilterConfig filterConfig)
- Specified by:
init
in interface Filter
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- Specified by:
doFilter
in interface Filter
- Throws:
IOException
ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface Filter