Uses of Class
org.restlet.ext.jaxrs.internal.wrappers.SubResourceLocator
-
Packages that use SubResourceLocator Package Description org.restlet.ext.jaxrs Support for JAX-RS API.org.restlet.ext.jaxrs.internal.wrappers -
-
Uses of SubResourceLocator in org.restlet.ext.jaxrs
Methods in org.restlet.ext.jaxrs with parameters of type SubResourceLocator Modifier and Type Method Description private ResourceObjectJaxRsRestlet. createSubResource(ResourceObject o, SubResourceLocator subResourceLocator, CallContext callContext)Deprecated. -
Uses of SubResourceLocator in org.restlet.ext.jaxrs.internal.wrappers
Fields in org.restlet.ext.jaxrs.internal.wrappers with type parameters of type SubResourceLocator Modifier and Type Field Description private java.util.Collection<SubResourceLocator>ResourceClass. subResourceLocatorsDeprecated.The sub resource locators of this resource class.Methods in org.restlet.ext.jaxrs.internal.wrappers that return types with arguments of type SubResourceLocator Modifier and Type Method Description java.lang.Iterable<SubResourceLocator>ResourceClass. getSubResourceLocators()Deprecated.
-