Uses of Class
org.modeshape.web.jcr.webdav.ResolvedRequest

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

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

Methods in org.modeshape.web.jcr.webdav that return ResolvedRequest
 ResolvedRequest SingleRepositoryRequestResolver.resolve(javax.servlet.http.HttpServletRequest request, String relativePath)
           
 ResolvedRequest RequestResolver.resolve(javax.servlet.http.HttpServletRequest request, String path)
          Resolve the given request to the repository, workspace, and path of the node
 ResolvedRequest MultiRepositoryRequestResolver.resolve(javax.servlet.http.HttpServletRequest request, String relativePath)
           
 ResolvedRequest DefaultRequestResolver.resolve(javax.servlet.http.HttpServletRequest request, String relativePath)
          Deprecated.  
 ResolvedRequest ResolvedRequest.withPath(String path)
          Create a new request that is similar to this request except with the supplied path.
 



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