Uses of Interface
org.modeshape.web.jcr.webdav.RequestResolver

Packages that use RequestResolver
org.modeshape.web.jcr.webdav This package contains the core components for the ModeShape WebDAV server implementation. 
 

Uses of RequestResolver in org.modeshape.web.jcr.webdav
 

Classes in org.modeshape.web.jcr.webdav that implement RequestResolver
 class DefaultRequestResolver
          Deprecated. use SingleRepositoryRequestResolver instead for the same functionality
 class 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.
 class SingleRepositoryRequestResolver
          Default RequestResolver that performs a direct mapping from all incoming URIs to the same path within a single repository and workspace.
 

Methods in org.modeshape.web.jcr.webdav that return RequestResolver
protected  RequestResolver ModeShapeWebdavStore.requestResolver()
           
 

Constructors in org.modeshape.web.jcr.webdav with parameters of type RequestResolver
ModeShapeWebdavStore(RequestResolver requestResolver, ContentMapper contentMapper)
           
 



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