public class WebDavServletBean extends HttpServlet
Modifier and Type | Field and Description |
---|---|
protected static MessageDigest |
MD5_HELPER
MD5 message digest provider.
|
protected ResourceLocks |
resLocks |
protected IWebdavStore |
store |
Constructor and Description |
---|
WebDavServletBean() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init(IWebdavStore store,
String dftIndexFile,
String insteadOf404,
int nocontentLenghHeaders,
boolean lazyFolderCreationOnPut) |
protected IMethodExecutor |
register(String methodName,
IMethodExecutor method) |
protected void |
service(HttpServletRequest req,
HttpServletResponse resp)
Handles the special WebDAV methods.
|
protected Throwable |
translate(Throwable t) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
protected static MessageDigest MD5_HELPER
protected final ResourceLocks resLocks
protected IWebdavStore store
public void init(IWebdavStore store, String dftIndexFile, String insteadOf404, int nocontentLenghHeaders, boolean lazyFolderCreationOnPut) throws ServletException
ServletException
public void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet
protected IMethodExecutor register(String methodName, IMethodExecutor method)
protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
service
in class HttpServlet
ServletException
IOException
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.