com.ibm.webdav.impl |
|
Java Source File Name | Type | Comment |
CachedPropertiesManager.java | Class | CachedPropertiesManager implements the Properties interface by loading
all properties on an initial request, and then accessing from the
cache to satisfy more specific requests. |
CollectionImpl.java | Class | A CollectionImpl is a ResourceImpl that contains other
resources including other CollectionImpls. |
IRCollection.java | Interface | A Collection is a Resource that contains other
resources including other Collections following the composite pattern.
It is useful for managing logically
related groups of resources for authorization, permissions, move, copy, group properties,
location, etc. |
IRResource.java | Interface | A Resource represents any network data object or service that can be
identified by a URL. |
LiveProperty.java | Class | A LiveProperty represents some property whose semantics is controlled
or managed in some way by the server. |
LockDiscovery.java | Class | A LockDiscovery is a LiveProperty corresponding to the DAV:lockdiscovery property. |
LockManager.java | Interface | LockManager implements all WebDAV locking methods that are
dependent on a specific repository manager interface. |
NamespaceManager.java | Interface | NamespaceManager implements all WebDAV namespace methods that are
dependent on a specific repository manager interface. |
PropertiesManager.java | Interface | PropertiesManager implements all WebDAV property methods that are
dependent on a specific repository manager interface. |
ResourceImpl.java | Class | Implements the Resource interface and all the WebDAV semantics. |
ResourceImplFactory.java | Class | ResourceImplFactory creates implementations of the namespace,
properties, and lock manager for a resource based in its URL. |
SearchManager.java | Interface | SearchManager implements all WebDAV search methods that are
dependent on a specific repository manager interface. |
UserAuthenticator.java | Interface | UserAuthenticator implements all WebDAV authentication methods that are
dependent on a specific repository manager interface. |
UUID.java | Class | A Universally Unique Identifier (UUID) is a 128 bit number generated
according to an algorithm that is garanteed to be unique in time and
space from all other UUIDs. |
VersionedNamespaceManager.java | Interface | VersionedNamespaceManager implements all WebDAV namespace methods which deal with
versioned resources that are dependent on a specific repository manager interface. |
VersionedPropertiesManager.java | Interface | VersionedPropertiesManager implements all WebDAV property methods that deal with
versioned resources that are dependent on a specific repository manager interface. |
WebDAVErrorHandler.java | Class | |