org.mortbay.servlet
Class WelcomeFilter

java.lang.Object
  extended by org.mortbay.servlet.WelcomeFilter
All Implemented Interfaces:
Filter

public class WelcomeFilter
extends Object
implements Filter


Field Summary
private  String welcome
           
 
Constructor Summary
WelcomeFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

welcome

private String welcome
Constructor Detail

WelcomeFilter

public WelcomeFilter()
Method Detail

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