Package | Description |
---|---|
org.restlet.ext.wadl |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
WadlWrapper.getResourceInfo()
Returns the description of the wrapped Restlet.
|
ResourceInfo |
WadlDescribable.getResourceInfo(ApplicationInfo applicationInfo)
Returns a full documented
ResourceInfo instance. |
Modifier and Type | Method and Description |
---|---|
List<ResourceInfo> |
ResourceInfo.getChildResources()
Returns the list of child resources.
|
List<ResourceInfo> |
ResourcesInfo.getResources()
Returns the list of child resources.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceInfo.setChildResources(List<ResourceInfo> resources)
Sets the list of child resources.
|
void |
ResourcesInfo.setResources(List<ResourceInfo> resources)
Sets the list of child resources.
|
Constructor and Description |
---|
WadlRepresentation(ResourceInfo resource)
Constructor.
|
Copyright © 2005–2017. All rights reserved.