Uses of Class
org.restlet.ext.jaxrs.internal.wrappers.ResourceObject
-
Packages that use ResourceObject Package Description org.restlet.ext.jaxrs Support for JAX-RS API.org.restlet.ext.jaxrs.internal.wrappers -
-
Uses of ResourceObject in org.restlet.ext.jaxrs
Fields in org.restlet.ext.jaxrs declared as ResourceObject Modifier and Type Field Description private ResourceObjectJaxRsRestlet.ResObjAndMeth. resourceObjectprivate ResourceObjectJaxRsRestlet.ResObjAndRemPath. resourceObjectprivate ResourceObjectJaxRsRestlet.RroRemPathAndMatchedPath. rootResObjMethods in org.restlet.ext.jaxrs that return ResourceObject Modifier and Type Method Description private ResourceObjectJaxRsRestlet. createSubResource(ResourceObject o, SubResourceLocator subResourceLocator, CallContext callContext)Deprecated.private ResourceObjectJaxRsRestlet. instantiateRrc(RootResourceClass rrc)Deprecated.Instantiates the root resource class and handles thrown exceptions.Methods in org.restlet.ext.jaxrs with parameters of type ResourceObject Modifier and Type Method Description private ResourceObjectJaxRsRestlet. createSubResource(ResourceObject o, SubResourceLocator subResourceLocator, CallContext callContext)Deprecated.private java.lang.ObjectJaxRsRestlet. invokeMethod(ResourceMethod resourceMethod, ResourceObject resourceObject)Deprecated.Invokes the (sub) resource method.Constructors in org.restlet.ext.jaxrs with parameters of type ResourceObject Constructor Description ResObjAndMeth(ResourceObject resourceObject, ResourceMethod resourceMethod)ResObjAndRemPath(ResourceObject resourceObject, RemainingPath u)RroRemPathAndMatchedPath(ResourceObject rootResObj, RemainingPath u, java.lang.String matchedUriPath) -
Uses of ResourceObject in org.restlet.ext.jaxrs.internal.wrappers
Fields in org.restlet.ext.jaxrs.internal.wrappers declared as ResourceObject Modifier and Type Field Description private ResourceObjectSingletonRootResourceClass. rootResObjectDeprecated.Methods in org.restlet.ext.jaxrs.internal.wrappers that return ResourceObject Modifier and Type Method Description ResourceObjectSubResourceLocator. createSubResource(ResourceObject resourceObject, ResourceClasses resourceClasses, java.util.logging.Logger logger)Deprecated.Creates a sub resourceResourceObjectPerRequestRootResourceClass. getInstance(ObjectFactory objectFactory)Deprecated.Creates an or gets the instance of this root resource class.abstract ResourceObjectRootResourceClass. getInstance(ObjectFactory objectFactory)Deprecated.Creates an or gets the instance of this root resource class.ResourceObjectSingletonRootResourceClass. getInstance(ObjectFactory objectFactory)Deprecated.Creates an or gets the instance of this root resource class.Methods in org.restlet.ext.jaxrs.internal.wrappers with parameters of type ResourceObject Modifier and Type Method Description ResourceObjectSubResourceLocator. createSubResource(ResourceObject resourceObject, ResourceClasses resourceClasses, java.util.logging.Logger logger)Deprecated.Creates a sub resource(package private) java.lang.ObjectAbstractMethodWrapper. internalInvoke(ResourceObject resourceObject)Deprecated.Invokes the method and returned the created representation for the response.java.lang.ObjectResourceMethod. invoke(ResourceObject resourceObject)Deprecated.Invokes the method and returned the created representation for the response.
-