|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
WadlDescribable | Interface that any Restlet can implement in order to provide their own WADL documentation. |
Class Summary | |
---|---|
ApplicationInfo | Root of a WADL description document. |
DocumentationInfo | Document WADL description elements. |
DocumentedInfo | Superclass of WADL elements that supports dcumentation. |
FaultInfo | Describes an error condition for response descriptions. |
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 , RepresentationInfo or
FaultInfo element. |
RepresentationInfo | Describres 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 configured application. |
WadlComponent | Component that can automatically configure itself given a list of WADL documents. |
WadlRepresentation | Root of a WADL description document. |
WadlResource | Resource that is able to automatically describe itself with WADL. |
WadlWrapper | Restlet WADL wrapper. |
Enum Summary | |
---|---|
ParameterStyle | Enumerates the supported styles of parameters. |
Support the WADL specification. WADL allows you to describe your
applications RESTfully.
This extension allows you to configure a Restlet component or
application based on a WADL/XML document or to dynamically generate the
WADL/XML document of an existing Restlet application. It also knows how
to convert this WADL/XML document into a user friendly HTML document.
@since 1.1 @see Web Application Description Language (WADL)
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |