|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceInfo | |
---|---|
org.restlet.ext.wadl | Support the WADL specification. |
Uses of ResourceInfo in org.restlet.ext.wadl |
---|
Methods in org.restlet.ext.wadl that return ResourceInfo | |
---|---|
ResourceInfo |
WadlWrapper.getResourceInfo()
Returns the description of the wrapped Restlet. |
ResourceInfo |
WadlDescribable.getResourceInfo(ApplicationInfo applicationInfo)
Returns a full documented ResourceInfo instance. |
Methods in org.restlet.ext.wadl that return types with arguments of type ResourceInfo | |
---|---|
List<ResourceInfo> |
ResourceInfo.getChildResources()
Returns the list of child resources. |
List<ResourceInfo> |
ResourcesInfo.getResources()
Returns the list of child resources. |
Methods in org.restlet.ext.wadl with parameters of type ResourceInfo | |
---|---|
protected Finder |
WadlApplication.createFinder(Router router,
String uriPattern,
ResourceInfo resourceInfo)
Creates a finder for the given resource info. |
static void |
ResourceInfo.describe(ApplicationInfo applicationInfo,
ResourceInfo info,
Object resource,
String path)
Returns a WADL description of the current resource. |
void |
WadlServerResource.describe(ResourceInfo info)
Returns a WADL description of the current resource, leveraging the WadlServerResource.getResourcePath() method. |
void |
WadlServerResource.describe(String path,
ResourceInfo info)
Returns a WADL description of the current resource. |
void |
WadlWrapper.setResourceInfo(ResourceInfo resourceInfo)
Sets the description of the wrapped Restlet. |
Method parameters in org.restlet.ext.wadl with type arguments of type ResourceInfo | |
---|---|
void |
ResourceInfo.setChildResources(List<ResourceInfo> resources)
Sets the list of child resources. |
void |
ResourcesInfo.setResources(List<ResourceInfo> resources)
Sets the list of child resources. |
Constructors in org.restlet.ext.wadl with parameters of type ResourceInfo | |
---|---|
WadlRepresentation(ResourceInfo resource)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |