Uses of Interface
org.apache.webdav.lib.ResponseEntity

Packages that use ResponseEntity
org.apache.webdav.lib   
org.apache.webdav.lib.methods   
org.apache.webdav.lib.properties   
 

Uses of ResponseEntity in org.apache.webdav.lib
 

Fields in org.apache.webdav.lib declared as ResponseEntity
protected  ResponseEntity BaseProperty.response
          Associated response entity.
 

Constructors in org.apache.webdav.lib with parameters of type ResponseEntity
BaseProperty(ResponseEntity response, org.w3c.dom.Element element)
          Default constructor for the property.
 

Uses of ResponseEntity in org.apache.webdav.lib.methods
 

Classes in org.apache.webdav.lib.methods that implement ResponseEntity
 class XMLResponseMethodBase.Response
          An abstract class that models a DAV:response.
 

Uses of ResponseEntity in org.apache.webdav.lib.properties
 

Methods in org.apache.webdav.lib.properties with parameters of type ResponseEntity
static Property PropertyFactory.create(ResponseEntity response, org.w3c.dom.Element element)
          Creates a new property from an xml element provided in an WebDAV response.
 

Constructors in org.apache.webdav.lib.properties with parameters of type ResponseEntity
AclProperty(ResponseEntity response, org.w3c.dom.Element element)
          Default constructor for the property.
CheckedinProperty(ResponseEntity response, org.w3c.dom.Element element)
          Default constructor for the property.
CheckedoutProperty(ResponseEntity response, org.w3c.dom.Element element)
          Default constructor for the property.
CreationDateProperty(ResponseEntity response, org.w3c.dom.Element element)
           
CurrentUserPrivilegeSetProperty(ResponseEntity response, org.w3c.dom.Element element)
          Default constructor for the property.
DateProperty(ResponseEntity response, org.w3c.dom.Element element)
           
GetContentLengthProperty(ResponseEntity response, org.w3c.dom.Element element)
           
GetLastModifiedProperty(ResponseEntity response, org.w3c.dom.Element element)
          Default constructor for the property.
HrefValuedProperty(ResponseEntity response, org.w3c.dom.Element element)
          Default constructor for the property.
LockDiscoveryProperty(ResponseEntity response, org.w3c.dom.Element element)
          Default constructor for the property.
ModificationDateProperty(ResponseEntity response, org.w3c.dom.Element element)
           
OwnerProperty(ResponseEntity response, org.w3c.dom.Element element)
          Default constructor for the property.
PrincipalCollectionSetProperty(ResponseEntity response, org.w3c.dom.Element element)
          Default constructor for the property.
ResourceTypeProperty(ResponseEntity response, org.w3c.dom.Element element)
          Default constructor for the property.
SupportedLockProperty(ResponseEntity response, org.w3c.dom.Element element)
          Default constructor for the property.
 



Copyright © {inceptionYear}-2006 null. All Rights Reserved.