Uses of Interface
com.ithit.webdav.server.Folder
Package
Description
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
Contains interfaces for creating server which supports DASL server search.
Contains interfaces for creating server which supports collection synchronization.
-
Uses of Folder in com.ithit.webdav.server
Modifier and TypeMethodDescriptionFolder.createFolder
(String name) Creates new WebDAV folder with the specified name in this folder. -
Uses of Folder in com.ithit.webdav.server.search
Modifier and TypeInterfaceDescriptioninterface
Represents a folder that supports search according to DASL standard. -
Uses of Folder in com.ithit.webdav.server.synchronization
Modifier and TypeInterfaceDescriptioninterface
This specification defines an extension to Web Distributed Authoring and Versioning (WebDAV) that allows efficient synchronization of he contents of a WebDAV collection.