Interface | Description |
---|---|
WadlDescribable |
Interface that any Restlet can implement in order to provide their own WADL
documentation.
|
Class | Description |
---|---|
ApplicationInfo |
Root of a WADL description document.
|
DocumentationInfo |
Document WADL description elements.
|
DocumentedInfo |
Superclass of WADL elements that supports dcumentation.
|
GrammarsInfo |
Describes the grammars used by representation descriptions.
|
IncludeInfo |
Allows inclusion of grammars by reference.
|
LinkInfo |
Allows description of links between representations and resources.
|
MethodInfo |
Describes the expected requests and responses of a resource method.
|
OptionInfo |
Defines a potential value for a parent parameter description.
|
ParameterInfo |
Describes a parameterized aspect of a parent
ResourceInfo ,
RequestInfo , ResponseInfo or RepresentationInfo
element. |
RepresentationInfo |
Describes a variant representation for a target resource.
|
RequestInfo |
Describes the properties of a request associated to a parent method.
|
ResourceInfo |
Describes a class of closely related resources.
|
ResourcesInfo |
Describes the root resources of an application.
|
ResourceTypeInfo |
Describes a reusable type of resources.
|
ResponseInfo |
Describes the properties of a response associated to a parent method.
|
WadlApplication |
WADL enabled application.
|
WadlComponent |
Component that can configure itself given a WADL document.
|
WadlConverter |
A converter helper to convert between
ApplicationInfo objects and
WadlRepresentation ones. |
WadlRepresentation |
Root of a WADL description document.
|
WadlServerResource |
Resource that is able to automatically describe itself with WADL.
|
WadlWrapper |
WADL wrapper for
Restlet instances. |
Enum | Description |
---|---|
ParameterStyle |
Enumerates the supported styles of parameters.
|
Copyright © 2005–2016. All rights reserved.