Uses of Interface
org.apache.jackrabbit.webdav.WebdavRequest
-
Packages that use WebdavRequest Package Description org.apache.jackrabbit.server.jcr org.apache.jackrabbit.server.remoting.davex org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.header org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.server org.apache.jackrabbit.webdav.simple -
-
Uses of WebdavRequest in org.apache.jackrabbit.server.jcr
Methods in org.apache.jackrabbit.server.jcr with parameters of type WebdavRequest Modifier and Type Method Description boolean
JCRWebdavServer. attachSession(WebdavRequest request)
Acquires a DavSession either from the session cache or creates a new one by login to the repository.void
JCRWebdavServer. releaseSession(WebdavRequest request)
Releases the reference from the request to the session. -
Uses of WebdavRequest in org.apache.jackrabbit.server.remoting.davex
Methods in org.apache.jackrabbit.server.remoting.davex with parameters of type WebdavRequest Modifier and Type Method Description protected void
JcrRemotingServlet. doGet(WebdavRequest webdavRequest, WebdavResponse webdavResponse, DavResource davResource)
protected void
JcrRemotingServlet. doPost(WebdavRequest webdavRequest, WebdavResponse webdavResponse, DavResource davResource)
-
Uses of WebdavRequest in org.apache.jackrabbit.webdav
Classes in org.apache.jackrabbit.webdav that implement WebdavRequest Modifier and Type Class Description class
WebdavRequestImpl
WebdavRequestImpl
...Methods in org.apache.jackrabbit.webdav that return WebdavRequest Modifier and Type Method Description WebdavRequest
WebdavRequestContext. getRequest()
Return the currentWebdavRequest
instance associated with the current thread of execution.Methods in org.apache.jackrabbit.webdav with parameters of type WebdavRequest Modifier and Type Method Description boolean
DavSessionProvider. attachSession(WebdavRequest request)
Acquires a DavSession.void
DavSessionProvider. releaseSession(WebdavRequest request)
Releases the reference from the request to the session. -
Uses of WebdavRequest in org.apache.jackrabbit.webdav.header
Methods in org.apache.jackrabbit.webdav.header with parameters of type WebdavRequest Modifier and Type Method Description static LabelHeader
LabelHeader. parse(WebdavRequest request)
-
Uses of WebdavRequest in org.apache.jackrabbit.webdav.jcr
Methods in org.apache.jackrabbit.webdav.jcr with parameters of type WebdavRequest Modifier and Type Method Description protected boolean
JCRWebdavServerServlet. isPreconditionValid(WebdavRequest request, DavResource resource)
Returns true if the preconditions are met.protected int
JCRWebdavServerServlet. validateDestination(DavResource destResource, WebdavRequest request, boolean checkHeader)
Modified variant needed for JCR move and copy that isn't compliant to WebDAV. -
Uses of WebdavRequest in org.apache.jackrabbit.webdav.server
Methods in org.apache.jackrabbit.webdav.server with parameters of type WebdavRequest Modifier and Type Method Description protected void
AbstractWebdavServlet. doAcl(WebdavRequest request, WebdavResponse response, DavResource resource)
The ACL methodprotected void
AbstractWebdavServlet. doBaselineControl(WebdavRequest request, WebdavResponse response, DavResource resource)
The BASELINECONTROL methodprotected void
AbstractWebdavServlet. doBind(WebdavRequest request, WebdavResponse response, DavResource resource)
The BIND methodprotected void
AbstractWebdavServlet. doCheckin(WebdavRequest request, WebdavResponse response, DavResource resource)
The CHECKIN methodprotected void
AbstractWebdavServlet. doCheckout(WebdavRequest request, WebdavResponse response, DavResource resource)
The CHECKOUT methodprotected void
AbstractWebdavServlet. doCopy(WebdavRequest request, WebdavResponse response, DavResource resource)
The COPY methodprotected void
AbstractWebdavServlet. doDelete(WebdavRequest request, WebdavResponse response, DavResource resource)
The DELETE methodprotected void
AbstractWebdavServlet. doGet(WebdavRequest request, WebdavResponse response, DavResource resource)
The GET methodprotected void
AbstractWebdavServlet. doHead(WebdavRequest request, WebdavResponse response, DavResource resource)
The HEAD methodprotected void
AbstractWebdavServlet. doLabel(WebdavRequest request, WebdavResponse response, DavResource resource)
The LABEL methodprotected void
AbstractWebdavServlet. doLock(WebdavRequest request, WebdavResponse response, DavResource resource)
The LOCK methodprotected void
AbstractWebdavServlet. doMerge(WebdavRequest request, WebdavResponse response, DavResource resource)
The MERGE methodprotected void
AbstractWebdavServlet. doMkActivity(WebdavRequest request, WebdavResponse response, DavResource resource)
The MKACTIVITY methodprotected void
AbstractWebdavServlet. doMkCol(WebdavRequest request, WebdavResponse response, DavResource resource)
The MKCOL methodprotected void
AbstractWebdavServlet. doMkWorkspace(WebdavRequest request, WebdavResponse response, DavResource resource)
The MKWORKSPACE methodprotected void
AbstractWebdavServlet. doMove(WebdavRequest request, WebdavResponse response, DavResource resource)
The MOVE methodprotected void
AbstractWebdavServlet. doOptions(WebdavRequest request, WebdavResponse response, DavResource resource)
The OPTION methodprotected void
AbstractWebdavServlet. doOrderPatch(WebdavRequest request, WebdavResponse response, DavResource resource)
The ORDERPATCH methodprotected void
AbstractWebdavServlet. doPoll(WebdavRequest request, WebdavResponse response, DavResource resource)
The POLL methodprotected void
AbstractWebdavServlet. doPost(WebdavRequest request, WebdavResponse response, DavResource resource)
The POST method.protected void
AbstractWebdavServlet. doPropFind(WebdavRequest request, WebdavResponse response, DavResource resource)
The PROPFIND methodprotected void
AbstractWebdavServlet. doPropPatch(WebdavRequest request, WebdavResponse response, DavResource resource)
The PROPPATCH methodprotected void
AbstractWebdavServlet. doPut(WebdavRequest request, WebdavResponse response, DavResource resource)
The PUT methodprotected void
AbstractWebdavServlet. doRebind(WebdavRequest request, WebdavResponse response, DavResource resource)
The REBIND methodprotected void
AbstractWebdavServlet. doReport(WebdavRequest request, WebdavResponse response, DavResource resource)
The REPORT methodprotected void
AbstractWebdavServlet. doSearch(WebdavRequest request, WebdavResponse response, DavResource resource)
The SEARCH methodprotected void
AbstractWebdavServlet. doSubscribe(WebdavRequest request, WebdavResponse response, DavResource resource)
The SUBSCRIBE methodprotected void
AbstractWebdavServlet. doUnbind(WebdavRequest request, WebdavResponse response, DavResource resource)
The UNBIND methodprotected void
AbstractWebdavServlet. doUncheckout(WebdavRequest request, WebdavResponse response, DavResource resource)
The UNCHECKOUT methodprotected void
AbstractWebdavServlet. doUnlock(WebdavRequest request, WebdavResponse response, DavResource resource)
The UNLOCK methodprotected void
AbstractWebdavServlet. doUnsubscribe(WebdavRequest request, WebdavResponse response, DavResource resource)
The UNSUBSCRIBE methodprotected void
AbstractWebdavServlet. doUpdate(WebdavRequest request, WebdavResponse response, DavResource resource)
The UPDATE methodprotected void
AbstractWebdavServlet. doVersionControl(WebdavRequest request, WebdavResponse response, DavResource resource)
The VERSION-CONTROL methodprotected boolean
AbstractWebdavServlet. execute(WebdavRequest request, WebdavResponse response, int method, DavResource resource)
Executes the respective method in the given webdav contextprotected abstract boolean
AbstractWebdavServlet. isPreconditionValid(WebdavRequest request, DavResource resource)
Checks if the precondition for this request and resource is valid.protected void
AbstractWebdavServlet. sendUnauthorized(WebdavRequest request, WebdavResponse response, DavException error)
Sets the "WWW-Authenticate" header and writes the appropriate error to the given webdav response.protected int
AbstractWebdavServlet. validateDestination(DavResource destResource, WebdavRequest request, boolean checkHeader)
Validate the given destination resource and return the proper status code: Any return value greater/equal thanHttpServletResponse.SC_NO_CONTENT
indicates an error. -
Uses of WebdavRequest in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple with parameters of type WebdavRequest Modifier and Type Method Description boolean
DavSessionProviderImpl. attachSession(WebdavRequest request)
Acquires a DavSession.protected boolean
SimpleWebdavServlet. isPreconditionValid(WebdavRequest request, DavResource resource)
Checks if the precondition for this request and resource is valid.void
DavSessionProviderImpl. releaseSession(WebdavRequest request)
Only removes theDavSession
object from the given request object.
-