Package org.apache.jackrabbit.webdav
Interface WebdavRequest
-
- All Superinterfaces:
BindServletRequest
,DavServletRequest
,DeltaVServletRequest
,HttpServletRequest
,ObservationDavServletRequest
,OrderingDavServletRequest
,ServletRequest
,TransactionDavServletRequest
- All Known Implementing Classes:
WebdavRequestImpl
public interface WebdavRequest extends DavServletRequest, ObservationDavServletRequest, OrderingDavServletRequest, TransactionDavServletRequest, DeltaVServletRequest, BindServletRequest
The emptyWebdavRequest
interface collects the functionality defined byDavServletRequest
encapsulating the core Webdav specification (RFC 2518) as well as the various extensions used for observation and transaction support, ordering of collections, search and versioning.
-
-
Field Summary
-
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
-
-
Method Summary
-
Methods inherited from interface org.apache.jackrabbit.webdav.bind.BindServletRequest
getBindInfo, getHrefLocator, getMemberLocator, getRebindInfo, getUnbindInfo
-
Methods inherited from interface org.apache.jackrabbit.webdav.DavServletRequest
getDavSession, getDepth, getDepth, getDestinationLocator, getLockInfo, getLockToken, getPropFindProperties, getPropFindType, getPropPatchChangeList, getRequestDocument, getRequestLocator, getTimeout, isOverwrite, matchesIfHeader, matchesIfHeader, setDavSession
-
Methods inherited from interface org.apache.jackrabbit.webdav.version.DeltaVServletRequest
getLabel, getLabelInfo, getMergeInfo, getOptionsInfo, getReportInfo, getUpdateInfo
-
Methods inherited from interface javax.servlet.http.HttpServletRequest
authenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout, upgrade
-
Methods inherited from interface org.apache.jackrabbit.webdav.observation.ObservationDavServletRequest
getPollTimeout, getSubscriptionId, getSubscriptionInfo
-
Methods inherited from interface org.apache.jackrabbit.webdav.ordering.OrderingDavServletRequest
getOrderingType, getOrderPatch, getPosition
-
Methods inherited from interface javax.servlet.ServletRequest
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
-
Methods inherited from interface org.apache.jackrabbit.webdav.transaction.TransactionDavServletRequest
getTransactionId, getTransactionInfo
-
-