org.apache.jackrabbit.webdav
Interface WebdavRequest

All Superinterfaces:
DavServletRequest, DeltaVServletRequest, javax.servlet.http.HttpServletRequest, ObservationDavServletRequest, OrderingDavServletRequest, javax.servlet.ServletRequest, TransactionDavServletRequest
All Known Implementing Classes:
WebdavRequestImpl

public interface WebdavRequest
extends DavServletRequest, ObservationDavServletRequest, OrderingDavServletRequest, TransactionDavServletRequest, DeltaVServletRequest

The empty WebdavRequest interface collects the functionality defined by DavServletRequest encapsulting 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
 
Methods inherited from interface org.apache.jackrabbit.webdav.DavServletRequest
getDavSession, getDepth, getDepth, getDestinationLocator, getLockInfo, getLockToken, getPropFindProperties, getPropFindType, getPropPatchRemoveProperties, getPropPatchSetProperties, getRequestDocument, getRequestLocator, getTimeout, isOverwrite, matchesIfHeader, matchesIfHeader, setDavSession
 
Methods inherited from interface javax.servlet.http.HttpServletRequest
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
 
Methods inherited from interface javax.servlet.ServletRequest
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
 
Methods inherited from interface org.apache.jackrabbit.webdav.observation.ObservationDavServletRequest
getSubscriptionId, getSubscriptionInfo
 
Methods inherited from interface org.apache.jackrabbit.webdav.ordering.OrderingDavServletRequest
getOrderingType, getOrderPatch, getPosition
 
Methods inherited from interface org.apache.jackrabbit.webdav.transaction.TransactionDavServletRequest
getTransactionId, getTransactionInfo
 
Methods inherited from interface org.apache.jackrabbit.webdav.version.DeltaVServletRequest
getLabel, getLabelInfo, getMergeInfo, getOptionsInfo, getReportInfo, getUpdateInfo
 



Copyright © 2005-2006 . All Rights Reserved.