Package org.restlet.ext.jaxrs
Class JaxRsRestlet.RroRemPathAndMatchedPath
- java.lang.Object
-
- org.restlet.ext.jaxrs.JaxRsRestlet.RroRemPathAndMatchedPath
-
- Enclosing class:
- JaxRsRestlet
class JaxRsRestlet.RroRemPathAndMatchedPath extends java.lang.ObjectStructure to return an instance of the identifiedRootResourceClass, the matched URI path and the remaining path after identifying the root resource class.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringmatchedUriPathprivate ResourceObjectrootResObjprivate RemainingPathu
-
Constructor Summary
Constructors Constructor Description RroRemPathAndMatchedPath(ResourceObject rootResObj, RemainingPath u, java.lang.String matchedUriPath)
-
-
-
Field Detail
-
matchedUriPath
private java.lang.String matchedUriPath
-
rootResObj
private ResourceObject rootResObj
-
u
private RemainingPath u
-
-
Constructor Detail
-
RroRemPathAndMatchedPath
RroRemPathAndMatchedPath(ResourceObject rootResObj, RemainingPath u, java.lang.String matchedUriPath)
-
-