org.jboss.netboot
Class TrivialDavFilter

java.lang.Object
  extended byorg.jboss.netboot.TrivialDavFilter

public class TrivialDavFilter
extends java.lang.Object

Very simple filter to support WebDAV access to resources. Only intended to support the DavURLLister.


Constructor Summary
TrivialDavFilter()
           
 
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
 

Constructor Detail

TrivialDavFilter

public TrivialDavFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Throws:
ServletException

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws java.io.IOException,
                     ServletException
Throws:
java.io.IOException
ServletException

destroy

public void destroy()