Uses of Class
org.restlet.resource.ClientResource
Packages that use ClientResource
Package
Description
Supports resources.
Client and server resource classes.
-
Uses of ClientResource in org.restlet.engine.resource
Methods in org.restlet.engine.resource that return ClientResourceModifier and TypeMethodDescriptionClientInvocationHandler.getClientResource()Returns the associated client resource.Constructors in org.restlet.engine.resource with parameters of type ClientResourceModifierConstructorDescriptionClientInvocationHandler(ClientResource clientResource, Class<? extends T> resourceInterface) Constructor.ClientInvocationHandler(ClientResource clientResource, Class<? extends T> resourceInterface, AnnotationUtils annotationUtils) Constructor. -
Uses of ClientResource in org.restlet.resource
Methods in org.restlet.resource that return ClientResourceModifier and TypeMethodDescriptionReturns the child resource defined by its URI relatively to the current resource.Returns the child resource defined by its URI relatively to the current resource.ClientProxy.getClientResource()Returns the wrapped client resource.ClientResource.getParent()Returns the parent resource.Constructors in org.restlet.resource with parameters of type ClientResource