org.jboss.netboot
Class TrivialDavFilter
java.lang.Object
org.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.
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 |
TrivialDavFilter
public TrivialDavFilter()
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()