Uses of Class
org.restlet.ext.jaxrs.JaxRsRestlet.ResObjAndRemPath
-
Packages that use JaxRsRestlet.ResObjAndRemPath Package Description org.restlet.ext.jaxrs Support for JAX-RS API. -
-
Uses of JaxRsRestlet.ResObjAndRemPath in org.restlet.ext.jaxrs
Methods in org.restlet.ext.jaxrs that return JaxRsRestlet.ResObjAndRemPath 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"Methods in org.restlet.ext.jaxrs with parameters of type JaxRsRestlet.ResObjAndRemPath Modifier and Type Method Description private JaxRsRestlet.ResObjAndMethJaxRsRestlet. identifyMethod(JaxRsRestlet.ResObjAndRemPath resObjAndRemPath, MediaType givenMediaType)Deprecated.Identifies the method that will handle the request, see JAX-RS-Spec (2008-04-16), section 3.7.2 "Request Matching", Part 3: Identify the method that will handle the request:"
-