org.modeshape.webdav
Class WebDavServletBean
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.modeshape.webdav.WebDavServletBean
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- Direct Known Subclasses:
- WebdavServlet
public class WebDavServletBean
- extends HttpServlet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MD5_HELPER
protected static MessageDigest MD5_HELPER
- MD5 message digest provider.
resLocks
protected final ResourceLocks resLocks
store
protected IWebdavStore store
WebDavServletBean
public WebDavServletBean()
init
public void init(IWebdavStore store,
String dftIndexFile,
String insteadOf404,
int nocontentLenghHeaders,
boolean lazyFolderCreationOnPut)
throws ServletException
- Throws:
ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface Servlet
- Overrides:
destroy
in class GenericServlet
register
protected IMethodExecutor register(String methodName,
IMethodExecutor method)
service
protected void service(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Handles the special WebDAV methods.
- Overrides:
service
in class HttpServlet
- Throws:
ServletException
IOException
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.