public interface DeltaVServletRequest extends DavServletRequest
DeltaVServletRequest provides extension useful for functionality
 related to RFC 3253.| Modifier and Type | Method and Description | 
|---|---|
| String | getLabel()Returns the Label header or  null | 
| LabelInfo | getLabelInfo()Return the request body as  LabelInfoobject ornullif parsing the request body or the creation of the label info failed. | 
| MergeInfo | getMergeInfo()Return the request body as  MergeInfoobject ornullif the creation failed due to invalid format. | 
| OptionsInfo | getOptionsInfo()Returns the  OptionsInfopresent with the request ornull. | 
| ReportInfo | getReportInfo()Returns the request body and the Depth header as  ReportInfoobject. | 
| UpdateInfo | getUpdateInfo()Parses the UPDATE request body a build the corresponding  UpdateInfoobject. | 
getDavSession, getDepth, getDepth, getDestinationLocator, getLockInfo, getLockToken, getPropFindProperties, getPropFindType, getPropPatchChangeList, getRequestDocument, getRequestLocator, getTimeout, isOverwrite, matchesIfHeader, matchesIfHeader, setDavSessiongetAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRolegetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncodingString getLabel()
nullnullDeltaVConstants.HEADER_LABELLabelInfo getLabelInfo() throws DavException
LabelInfo object or null
 if parsing the request body or the creation of the label info failed.LabelInfo object or nullDavException - in case of an invalid request bodyMergeInfo getMergeInfo() throws DavException
MergeInfo object or null
 if the creation failed due to invalid format.MergeInfo object or nullDavException - in case of an invalid request bodyUpdateInfo getUpdateInfo() throws DavException
UpdateInfo
 object. If the request body is missing or does not of the required format
 null is returned.nullDavException - in case of an invalid request bodyReportInfo getReportInfo() throws DavException
ReportInfo
 object. The default depth, if no Depth header, is DavConstants.DEPTH_0.
 If the request body could not be parsed into an Element
 null is returned.ReportInfo or nullDavException - in case of an invalid request bodyOptionsInfo getOptionsInfo() throws DavException
OptionsInfo present with the request or null.OptionsInfo or nullDavException - in case of an invalid request bodyCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.