Package org.modeshape.web.jcr.webdav

This package contains the core components for the ModeShape WebDAV server implementation.

See:
          Description


Interface Summary
RequestResolver Interface for a method of resolving a request into a repository name, workspace name, and node path.
 

Class Summary
DefaultRequestResolver Deprecated. use SingleRepositoryRequestResolver instead for the same functionality
ModeShapeWebdavServlet Custom servlet implementation that provides WebDAV access to a JCR repository.
ModeShapeWebdavStore Implementation of the IWebdavStore interface that uses a JCR repository as a backing store.
ModeShapeWebdavStore.SessionKey  
MultiRepositoryRequestResolver A RequestResolver implementation that expects the first segment of the URI is the repository name, the second is the workspace name, and the remaining form the node path.
ResolvedRequest The resolved repository name, workspace name, and path of node for a given request.
SingleRepositoryRequestResolver Default RequestResolver that performs a direct mapping from all incoming URIs to the same path within a single repository and workspace.
WebdavI18n The internationalized string constants for the org.modeshape.web.jcr.webdav package.
 

Package org.modeshape.web.jcr.webdav Description

This package contains the core components for the ModeShape WebDAV server implementation.

The key classes are:



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.