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 OptionsInfoWebdavRequestImpl. 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 OptionsResponseDeltaVResourceImpl. 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 OptionsInfoOptionsInfo. createFromXml(Element optionsElement)Build anOptionsInfoobject from the root element present in the request body.OptionsInfoDeltaVServletRequest. getOptionsInfo()Returns theOptionsInfopresent with the request ornull.Methods in org.apache.jackrabbit.webdav.version with parameters of type OptionsInfo Modifier and Type Method Description OptionsResponseDeltaVResource. getOptionResponse(OptionsInfo optionsInfo)Retrieves the information requested in the OPTIONS request body and returns the corresponding values. 
 -