Uses of Class
org.restlet.ext.jaxrs.JaxRsRestlet.RroRemPathAndMatchedPath
-
Packages that use JaxRsRestlet.RroRemPathAndMatchedPath Package Description org.restlet.ext.jaxrs Support for JAX-RS API. -
-
Uses of JaxRsRestlet.RroRemPathAndMatchedPath in org.restlet.ext.jaxrs
Methods in org.restlet.ext.jaxrs that return JaxRsRestlet.RroRemPathAndMatchedPath Modifier and Type Method Description private JaxRsRestlet.RroRemPathAndMatchedPathJaxRsRestlet. identifyRootResource(RemainingPath u)Deprecated.Identifies the root resource class, see JAX-RS-Spec (2008-04-16), section 3.7.2 "Request Matching", Part 1: "Identify the root resource class"Methods in org.restlet.ext.jaxrs with parameters of type JaxRsRestlet.RroRemPathAndMatchedPath Modifier and Type Method Description private JaxRsRestlet.ResObjAndRemPathJaxRsRestlet. obtainObject(JaxRsRestlet.RroRemPathAndMatchedPath rroRemPathAndMatchedPath)Deprecated.Obtains the object that will handle the request, see JAX-RS-Spec (2008-04-16), section 3.7.2 "Request Matching", Part 2: "btain the object that will handle the request"
-