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

Packages that use OptionsInfo
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.client.methods This package contains classes and utilities used to build a WebDAV client implementation. 
org.apache.jackrabbit.webdav.simple   
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.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-2010 The Apache Software Foundation. All Rights Reserved.