|
||||||||||
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. |
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 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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |