Package com.ithit.webdav.server

Contains interfaces required by Class 1, Class2 compliant WebDav implementations.

See:
          Description

Interface Summary
File Represents a file in the WebDAV repository.
Folder Represents a folder in the WebDAV repository.
HierarchyItem Represents file or folder in the WebDAV repository.
Lock Defines methods that WebDAV Class 2 compliant server hierarchy items must implement.
Logger Is used by WebDAV engine to log messages.
MethodHandler Represents HTTP method handler.
 

Class Summary
DefaultLoggerImpl Default implementation of logger which logs output to the servlet log.
Engine Serves as the abstract base class for WebDAV engine.
LockInfo Serves for exchanging locking information with WebDAV engine.
LockResult Result of Lock.lock(boolean, boolean, long, java.lang.String) operation.
MimeType Provides functionality for getting mime type by file extension.
Property Describes one property associated with hierarchy item object.
RefreshLockResult Result of Lock.refreshLock(java.lang.String, long) operation.
 

Package com.ithit.webdav.server Description

Contains interfaces required by Class 1, Class2 compliant WebDav implementations.

Related Documentation

WebDav rfc (2518)



Copyright © 2009 ITHit. All Rights Reserved.