Uses of Class
org.apache.jackrabbit.webdav.version.OptionsInfo

Packages that use OptionsInfo
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.version Interfaces and classes used to cover functionality defined by RFC 3253: Versioning Extensions to WebDAV
 

Uses of OptionsInfo in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return OptionsInfo
 OptionsInfo WebdavRequestImpl.getOptionsInfo()
           
 

Uses of OptionsInfo in org.apache.jackrabbit.webdav.version
 

Methods in org.apache.jackrabbit.webdav.version that return OptionsInfo
static OptionsInfo OptionsInfo.createFromXml(Element optionsElement)
          Build an OptionsInfo object from the root element present in the request body.
 OptionsInfo DeltaVServletRequest.getOptionsInfo()
          Returns the OptionsInfo present with the request or null.
 

Methods in org.apache.jackrabbit.webdav.version with parameters of type OptionsInfo
 OptionsResponse DeltaVResource.getOptionResponse(OptionsInfo optionsInfo)
          Retrieves the information requested in the OPTIONS request body and returns the corresponding values.
 



Copyright © 2005-2006 . All Rights Reserved.