Uses of Interface
org.restlet.ext.jaxrs.internal.wrappers.ResourceMethodOrLocator
-
Packages that use ResourceMethodOrLocator Package Description org.restlet.ext.jaxrs.internal.wrappers -
-
Uses of ResourceMethodOrLocator in org.restlet.ext.jaxrs.internal.wrappers
Classes in org.restlet.ext.jaxrs.internal.wrappers that implement ResourceMethodOrLocator Modifier and Type Class Description classResourceMethodDeprecated.Will be removed in next minor release.classSubResourceLocatorDeprecated.Will be removed in next minor release.Fields in org.restlet.ext.jaxrs.internal.wrappers with type parameters of type ResourceMethodOrLocator Modifier and Type Field Description private java.util.Collection<ResourceMethodOrLocator>ResourceClass. resourceMethodsAndLocatorsDeprecated.The resource methods and sub resource locators of this resource class.Methods in org.restlet.ext.jaxrs.internal.wrappers that return types with arguments of type ResourceMethodOrLocator Modifier and Type Method Description java.util.Collection<ResourceMethodOrLocator>ResourceClass. getResourceMethodsAndLocators()Deprecated.
-