org.modeshape.web.jcr.webdav
Class ResolvedRequest
java.lang.Object
org.modeshape.web.jcr.webdav.ResolvedRequest
public final class ResolvedRequest
- extends Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolvedRequest
public ResolvedRequest(String repositoryName,
String workspaceName,
UriResolver uriResolver)
getRepositoryName
public String getRepositoryName()
- Returns:
- the resolved repository name
getWorkspaceName
public String getWorkspaceName()
- Returns:
- the resolved workspace name
getUriResolver
public UriResolver getUriResolver()
- Returns:
- the URI resolver
Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.