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

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

Uses of Property in org.apache.webdav.lib
 

Classes in org.apache.webdav.lib that implement Property
 class BaseProperty
          This interface models a DAV property.
 

Methods in org.apache.webdav.lib with parameters of type Property
protected  void WebdavResource.processProperty(Property property)
          Process a property, setting various member variables depending on what the property is.
 

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

Methods in org.apache.webdav.lib.methods that return Property
protected static Property XMLResponseMethodBase.convertElementToProperty(XMLResponseMethodBase.Response response, org.w3c.dom.Element element)
          This method creates a property implementation from an element.
 

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

Subinterfaces of Property in org.apache.webdav.lib.properties
 interface LockEntryProperty
           
 

Classes in org.apache.webdav.lib.properties that implement Property
 class AclProperty
          This interface models the <D:acl> property, which is defined in the WebDAV Access Control Protocol specification.
 class CheckedinProperty
          This interface models the <D:checked-in> property, which is defined in the WebDAV Access Control Protocol specification.
 class CheckedoutProperty
          This interface models the <D:checked-in> property, which is defined in the WebDAV Access Control Protocol specification.
 class CreationDateProperty
          DAV:creationdate property
 class CurrentUserPrivilegeSetProperty
          Title: CurrentUserPrivilegeSetProperty.java Description: Company: SpeedLegal Holdings Inc.
 class DateProperty
          Base for all properties that contain date values.
 class GetContentLengthProperty
           
 class GetLastModifiedProperty
          This interface models the <D:getlastmodified> property, which indicates the last time the resource was modified.
 class HrefValuedProperty
          Base classe for properties with a single href value.
 class LockDiscoveryProperty
          This class represents a listing of who has lock, what type of lock he has, the timeout type and the time remaining on the timeout, and the associated lock token.
 class ModificationDateProperty
          DAV:modificationdate
 class OwnerProperty
          This interface models the <D:owner> property, which is defined in the WebDAV Access Control Protocol specification.
 class PrincipalCollectionSetProperty
          This class models the <D:principal-collection-set> property, which is defined in the WebDAV Access Control Protocol specification.
 class ResourceTypeProperty
          An interface that describes a standard Resource Type property (as defined by the WebDAV specification).
 class SupportedLockProperty
           
 

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



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