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 UriResolver within the workspace.
UriResolver Resolves the given URI into a path in a JCR workspace Implementations need not be thread-safe.
 

Class Summary
DefaultRequestResolver Default RequestResolver that performs a direct mapping from all incoming URIs to the same path within a single repository and workspace.
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.
ResolvedRequest Returns the output of RequestResolver.resolve(javax.servlet.http.HttpServletRequest), namely the repository and workspace that URI, as well as a UriResolver for that request.
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.