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, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, logprotected 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
ServletExceptionpublic void destroy()
destroy in interface Servletdestroy in class GenericServletprotected IMethodExecutor register(String methodName, IMethodExecutor method)
protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
service in class HttpServletServletExceptionIOExceptionCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.