|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
This package contains the core components for the ModeShape WebDAV server implementation.
The key classes are:
ModeShapeWebdavServlet - the servlet class that handles requests for WebDAV URIsModeShapeWebdavStore - the implementation class that maps WebDAV operations to JCR operationsRequestResolver - the contract for mapping an incoming URI to a repository, workspace, and path within the workspace
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||