Uses of Class
org.abstracthorizon.danube.webdav.xml.dav.response.properties.ResponseProperty

Packages that use ResponseProperty
org.abstracthorizon.danube.webdav   
org.abstracthorizon.danube.webdav.fs   
org.abstracthorizon.danube.webdav.fs.properties   
org.abstracthorizon.danube.webdav.java   
org.abstracthorizon.danube.webdav.java.properties   
org.abstracthorizon.danube.webdav.spring   
org.abstracthorizon.danube.webdav.spring.properties   
org.abstracthorizon.danube.webdav.xml.dav.request.properties   
org.abstracthorizon.danube.webdav.xml.dav.response   
org.abstracthorizon.danube.webdav.xml.dav.response.properties   
 

Uses of ResponseProperty in org.abstracthorizon.danube.webdav
 

Methods in org.abstracthorizon.danube.webdav that return ResponseProperty
 ResponseProperty[] ResourceAdapter.getDefaultResponseProperties(Object resource)
           
 

Uses of ResponseProperty in org.abstracthorizon.danube.webdav.fs
 

Fields in org.abstracthorizon.danube.webdav.fs declared as ResponseProperty
protected static ResponseProperty[] FileSystemWebDAVResourceAdapter.dirPropertyNames
          Default directory property names
protected static ResponseProperty[] FileSystemWebDAVResourceAdapter.filePropertyNames
          Default file property names
 

Methods in org.abstracthorizon.danube.webdav.fs that return ResponseProperty
 ResponseProperty[] FileSystemWebDAVResourceAdapter.getDefaultResponseProperties(Object resource)
          Returns default response properties
 

Uses of ResponseProperty in org.abstracthorizon.danube.webdav.fs.properties
 

Methods in org.abstracthorizon.danube.webdav.fs.properties that return ResponseProperty
 ResponseProperty Source.processResponse(ResourceAdapter adapter, Object resource)
          Returns Source with Status.OK value.
 ResponseProperty GetContentType.processResponse(ResourceAdapter adapter, Object resource)
          Returns file's content type consulting FileTypeMap
 ResponseProperty GetContentLength.processSetProperty(ResourceAdapter adapter, Object resource)
          Sets file's length
 ResponseProperty GetLastModified.processSetProperty(ResourceAdapter adapter, Object resource)
          Sets file's timestamp
 

Uses of ResponseProperty in org.abstracthorizon.danube.webdav.java
 

Fields in org.abstracthorizon.danube.webdav.java declared as ResponseProperty
protected static ResponseProperty[] JavaWebDAVResourceAdapter.dirPropertyNames
          Available property names for 'dirs'
protected static ResponseProperty[] JavaWebDAVResourceAdapter.filePropertyNames
          Available property names for files
 

Methods in org.abstracthorizon.danube.webdav.java that return ResponseProperty
 ResponseProperty[] JavaWebDAVResourceAdapter.getDefaultResponseProperties(Object resource)
           
 

Uses of ResponseProperty in org.abstracthorizon.danube.webdav.java.properties
 

Methods in org.abstracthorizon.danube.webdav.java.properties that return ResponseProperty
 ResponseProperty GetContentType.processResponse(ResourceAdapter adapter, Object resource)
          Returns GetContentType using adapter's @link JavaWebDAVResourceAdapter.getContentType(Object)
 ResponseProperty GetContentLength.processSetProperty(ResourceAdapter webDAVAdapter, Object resource)
          Sets the property
 

Uses of ResponseProperty in org.abstracthorizon.danube.webdav.spring
 

Fields in org.abstracthorizon.danube.webdav.spring declared as ResponseProperty
protected static ResponseProperty[] SpringResourceWebDAVResourceAdapter.dirPropertyNames
          Default directory property names
protected static ResponseProperty[] SpringResourceWebDAVResourceAdapter.filePropertyNames
          Default file property names
 

Methods in org.abstracthorizon.danube.webdav.spring that return ResponseProperty
 ResponseProperty[] SpringResourceWebDAVResourceAdapter.getDefaultResponseProperties(Object resource)
          Returns default response properties
 

Uses of ResponseProperty in org.abstracthorizon.danube.webdav.spring.properties
 

Methods in org.abstracthorizon.danube.webdav.spring.properties that return ResponseProperty
 ResponseProperty Source.processResponse(ResourceAdapter adapter, Object resource)
          Returns Source with Status.OK value.
 ResponseProperty GetContentType.processResponse(ResourceAdapter adapter, Object resource)
          Returns file's content type consulting FileTypeMap
 ResponseProperty GetContentLength.processSetProperty(ResourceAdapter adapter, Object resource)
          Sets file's length
 ResponseProperty GetLastModified.processSetProperty(ResourceAdapter adapter, Object resource)
          Sets file's timestamp
 

Uses of ResponseProperty in org.abstracthorizon.danube.webdav.xml.dav.request.properties
 

Methods in org.abstracthorizon.danube.webdav.xml.dav.request.properties that return ResponseProperty
protected  ResponseProperty RequestProperty.constructResponse(Status status)
          Constructs response property based on supplied status
 ResponseProperty RequestProperty.processRemoveProperty(ResourceAdapter webDAVAdapter, Object resource)
          Returns response property with Status.CONFLICT status
 ResponseProperty SupportedLock.processResponse(ResourceAdapter adapter, Object resource)
          Returns SupportedLock
 ResponseProperty GetContentLength.processResponse(ResourceAdapter adapter, Object resource)
          Returns GetContentLength
 ResponseProperty ResourceType.processResponse(ResourceAdapter adapter, Object resource)
          Returns ResourceType
 ResponseProperty DisplayName.processResponse(ResourceAdapter adapter, Object resource)
          Returns DisplayName if display name is available or just super value
 ResponseProperty GetContentLanguage.processResponse(ResourceAdapter adapter, Object resource)
          Returns GetContentLanguage
 ResponseProperty LockDiscovery.processResponse(ResourceAdapter adapter, Object resource)
          Returns lock discovetry response property based on locking mechanism defined in the adapter
 ResponseProperty CreationDate.processResponse(ResourceAdapter adapter, Object resource)
          Returns CreationDate
 ResponseProperty GetETag.processResponse(ResourceAdapter adapter, Object resource)
          If etag is present returns GetETag
 ResponseProperty RequestProperty.processResponse(ResourceAdapter adapter, Object resource)
          Returns response property with Status.NOT_FOUND status
 ResponseProperty GetLastModified.processResponse(ResourceAdapter adapter, Object resource)
          Returns GetLastModified
 ResponseProperty RequestProperty.processSetProperty(ResourceAdapter adapter, Object resource)
          Returns response property with Status.CONFLICT status
 

Uses of ResponseProperty in org.abstracthorizon.danube.webdav.xml.dav.response
 

Fields in org.abstracthorizon.danube.webdav.xml.dav.response with type parameters of type ResponseProperty
protected  List<ResponseProperty> ResponseProp.properties
          List of properties
 

Methods in org.abstracthorizon.danube.webdav.xml.dav.response that return types with arguments of type ResponseProperty
 List<ResponseProperty> ResponseProp.getProperties()
          Returns a list of properties.
 

Uses of ResponseProperty in org.abstracthorizon.danube.webdav.xml.dav.response.properties
 

Subclasses of ResponseProperty in org.abstracthorizon.danube.webdav.xml.dav.response.properties
 class CreationDate
          This class models WebDAV's creationdate response tag.
 class DisplayName
          This class models WebDAV's displayname response tag
 class GetContentLanguage
          This class models WebDAV's getcontentlanguage response tag
 class GetContentLength
          This class models WebDAV's getcontentlength response tag
 class GetContentType
          This class models WebDAV's getcontenttype response tag
 class GetETag
          This class models WebDAV's getetag response tag
 class GetLastModified
           
 class LockDiscovery
          This class models WebDAV's lockdiscovery response tag
 class ResourceType
          This class models WebDAV's resourcetype response tag
 class Source
          This class models WebDAV's source response tag
 class SupportedLock
          This class models WebDAV's supportedlock response tag
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.