|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.web.jcr.webdav.ResolvedRequest
public final class ResolvedRequest
The resolved repository name, workspace name, and path of node for a given request
.
Constructor Summary | |
---|---|
ResolvedRequest(javax.servlet.http.HttpServletRequest request,
String repositoryName,
String workspaceName,
String path)
|
Method Summary | |
---|---|
String |
getPath()
Get the path to the node. |
String |
getRepositoryName()
Get the name of the repository. |
javax.servlet.http.HttpServletRequest |
getRequest()
Get the request. |
String |
getWorkspaceName()
Get the name of the workspace. |
String |
toString()
|
ResolvedRequest |
withPath(String path)
Create a new request that is similar to this request except with the supplied path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResolvedRequest(javax.servlet.http.HttpServletRequest request, String repositoryName, String workspaceName, String path)
Method Detail |
---|
public javax.servlet.http.HttpServletRequest getRequest()
public String getRepositoryName()
public String getWorkspaceName()
public String getPath()
public ResolvedRequest withPath(String path)
path
- the new path
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |