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 empty
WebdavRequest interface collects the functionality
defined by DavServletRequest 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, getUnbindInfoMethods inherited from interface org.apache.jackrabbit.webdav.DavServletRequest
getDavSession, getDepth, getDepth, getDestinationLocator, getLockInfo, getLockToken, getPropFindProperties, getPropFindType, getPropPatchChangeList, getRequestDocument, getRequestLocator, getTimeout, isOverwrite, matchesIfHeader, matchesIfHeader, setDavSessionMethods inherited from interface org.apache.jackrabbit.webdav.version.DeltaVServletRequest
getLabel, getLabelInfo, getMergeInfo, getOptionsInfo, getReportInfo, getUpdateInfoMethods 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, upgradeMethods inherited from interface org.apache.jackrabbit.webdav.observation.ObservationDavServletRequest
getPollTimeout, getSubscriptionId, getSubscriptionInfoMethods inherited from interface org.apache.jackrabbit.webdav.ordering.OrderingDavServletRequest
getOrderingType, getOrderPatch, getPositionMethods 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, startAsyncMethods inherited from interface org.apache.jackrabbit.webdav.transaction.TransactionDavServletRequest
getTransactionId, getTransactionInfo