org.olat.core.util.servlets
Interface WebDAVProvider

All Known Implementing Classes:
BriefcaseWebDAVProvider, CalendarWebDAVProvider, CoursefolderWebDAVProvider, GroupfoldersWebDAVProvider, PersonalFolderManager, SharedFolderWebDAVProvider, ThemesWebDAVProvider

public interface WebDAVProvider


Method Summary
 VFSContainer getContainer(Identity identity)
          Return the container which's content will be mounted under the name as provided by getMountPoint.
 java.lang.String getMountPoint()
          Get a name under which this provider would like to list its container as at the root level of the WebDAV mount point
 

Method Detail

getMountPoint

java.lang.String getMountPoint()
Get a name under which this provider would like to list its container as at the root level of the WebDAV mount point


getContainer

VFSContainer getContainer(Identity identity)
Return the container which's content will be mounted under the name as provided by getMountPoint.

Parameters:
identity -
Returns: