Uses of Class
org.apache.jackrabbit.webdav.version.OptionsInfo
-
Packages that use OptionsInfo Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.simple org.apache.jackrabbit.webdav.version -
-
Uses of OptionsInfo in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return OptionsInfo Modifier and Type Method Description OptionsInfo
WebdavRequestImpl. getOptionsInfo()
-
Uses of OptionsInfo in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple with parameters of type OptionsInfo Modifier and Type Method Description OptionsResponse
DeltaVResourceImpl. getOptionResponse(OptionsInfo optionsInfo)
-
Uses of OptionsInfo in org.apache.jackrabbit.webdav.version
Methods in org.apache.jackrabbit.webdav.version that return OptionsInfo Modifier and Type Method Description static OptionsInfo
OptionsInfo. createFromXml(Element optionsElement)
Build anOptionsInfo
object from the root element present in the request body.OptionsInfo
DeltaVServletRequest. getOptionsInfo()
Returns theOptionsInfo
present with the request ornull
.Methods in org.apache.jackrabbit.webdav.version with parameters of type OptionsInfo Modifier and Type Method Description OptionsResponse
DeltaVResource. getOptionResponse(OptionsInfo optionsInfo)
Retrieves the information requested in the OPTIONS request body and returns the corresponding values.
-