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

Packages that use OptionsInfo
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.client.methods   
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
 OptionsInfo WebdavRequestImpl.getOptionsInfo()
           
 

Uses of OptionsInfo in org.apache.jackrabbit.webdav.client.methods
 

Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type OptionsInfo
OptionsMethod(String uri, OptionsInfo optionsInfo)
           
 

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

Methods in org.apache.jackrabbit.webdav.simple with parameters of type OptionsInfo
 OptionsResponse DeltaVResourceImpl.getOptionResponse(OptionsInfo optionsInfo)
           
 

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 © 2004-2008 The Apache Software Foundation. All Rights Reserved.