Package | Description |
---|---|
org.restlet.ext.wadl |
Modifier and Type | Method and Description |
---|---|
ApplicationInfo |
ResourceInfo.createApplication()
Creates an application descriptor that wraps this resource descriptor.
|
ApplicationInfo |
WadlRepresentation.getApplication()
Returns the root element of the WADL document.
|
protected ApplicationInfo |
WadlApplication.getApplicationInfo(Request request,
Response response)
Returns a WADL description of the current application.
|
Modifier and Type | Method and Description |
---|---|
protected Representation |
WadlApplication.createHtmlRepresentation(ApplicationInfo applicationInfo)
Creates a new HTML representation for a given
ApplicationInfo
instance describing an application. |
protected Representation |
WadlServerResource.createHtmlRepresentation(ApplicationInfo applicationInfo)
Creates a new HTML representation for a given
ApplicationInfo
instance describing an application. |
protected Representation |
WadlApplication.createWadlRepresentation(ApplicationInfo applicationInfo)
Creates a new WADL representation for a given
ApplicationInfo
instance describing an application. |
protected Representation |
WadlServerResource.createWadlRepresentation(ApplicationInfo applicationInfo)
Creates a new WADL representation for a given
ApplicationInfo
instance describing an application. |
protected void |
WadlServerResource.describe(ApplicationInfo applicationInfo)
Updates the description of the parent application.
|
static void |
ResourceInfo.describe(ApplicationInfo applicationInfo,
ResourceInfo info,
Object resource,
String path)
Returns a WADL description of the current resource.
|
ResourceInfo |
WadlDescribable.getResourceInfo(ApplicationInfo applicationInfo)
Returns a full documented
ResourceInfo instance. |
void |
WadlRepresentation.setApplication(ApplicationInfo application)
Sets the root element of the WADL document.
|
Constructor and Description |
---|
WadlRepresentation(ApplicationInfo application)
Constructor.
|
Copyright © 2005–2017. All rights reserved.