Uses of Class
org.restlet.ext.wadl.ResourceInfo
-
Packages that use ResourceInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of ResourceInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as ResourceInfo Modifier and Type Field Description private ResourceInfoWadlWrapper. resourceInfoDeprecated.The description of the wrapped Restlet.Fields in org.restlet.ext.wadl with type parameters of type ResourceInfo Modifier and Type Field Description private java.util.List<ResourceInfo>ResourceInfo. childResourcesDeprecated.List of child resources.private java.util.List<ResourceInfo>WadlRepresentation.ContentReader. currentResourcesListThe list of the current parsed "resource" tags.private java.util.List<ResourceInfo>ResourcesInfo. resourcesDeprecated.List of child resources.Methods in org.restlet.ext.wadl that return ResourceInfo Modifier and Type Method Description private ResourceInfoWadlApplication. getResourceInfo(ApplicationInfo applicationInfo, Finder finder, java.lang.String path, Request request, Response response)Deprecated.Completes the data available about a given Finder instance.private ResourceInfoWadlApplication. getResourceInfo(ApplicationInfo applicationInfo, Restlet restlet, java.lang.String path, Request request, Response response)Deprecated.Completes the data available about a given Restlet instance.private ResourceInfoWadlApplication. getResourceInfo(ApplicationInfo applicationInfo, Filter filter, java.lang.String path, Request request, Response response)Deprecated.Completes the data available about a given Filter instance.private ResourceInfoWadlApplication. getResourceInfo(ApplicationInfo applicationInfo, Route route, java.lang.String basePath, Request request, Response response)Deprecated.Returns the WADL data about the given Route instance.ResourceInfoWadlDescribable. getResourceInfo(ApplicationInfo applicationInfo)Deprecated.Returns a full documentedResourceInfoinstance.ResourceInfoWadlWrapper. getResourceInfo()Deprecated.Returns the description of the wrapped Restlet.Methods in org.restlet.ext.wadl that return types with arguments of type ResourceInfo Modifier and Type Method Description java.util.List<ResourceInfo>ResourceInfo. getChildResources()Deprecated.Returns the list of child resources.private java.util.List<ResourceInfo>WadlApplication. getResourceInfos(ApplicationInfo applicationInfo, Router router, Request request, Response response)Deprecated.Completes the list of ResourceInfo instances for the given Router instance.java.util.List<ResourceInfo>ResourcesInfo. getResources()Deprecated.Returns the list of child resources.Methods in org.restlet.ext.wadl with parameters of type ResourceInfo Modifier and Type Method Description private voidWadlApplication. attachResource(ResourceInfo currentResource, ResourceInfo parentResource, Router router)Deprecated.Attaches a resource, as specified in a WADL document, to a specified router, then recursively attaches its child resources.protected FinderWadlApplication. createFinder(Router router, java.lang.String uriPattern, ResourceInfo resourceInfo)Deprecated.Creates a finder for the given resource info.static voidResourceInfo. describe(ApplicationInfo applicationInfo, ResourceInfo info, java.lang.Object resource, java.lang.String path)Deprecated.Returns a WADL description of the current resource.voidWadlServerResource. describe(java.lang.String path, ResourceInfo info)Deprecated.Returns a WADL description of the current resource.voidWadlServerResource. describe(ResourceInfo info)Deprecated.Returns a WADL description of the current resource, leveraging theWadlServerResource.getResourcePath()method.voidWadlWrapper. setResourceInfo(ResourceInfo resourceInfo)Deprecated.Sets the description of the wrapped Restlet.Method parameters in org.restlet.ext.wadl with type arguments of type ResourceInfo Modifier and Type Method Description voidResourceInfo. setChildResources(java.util.List<ResourceInfo> resources)Deprecated.Sets the list of child resources.voidResourcesInfo. setResources(java.util.List<ResourceInfo> resources)Deprecated.Sets the list of child resources.Constructors in org.restlet.ext.wadl with parameters of type ResourceInfo Constructor Description WadlRepresentation(ResourceInfo resource)Deprecated.Constructor.
-