|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentationInfo | |
---|---|
org.restlet.ext.wadl | Support the WADL specification. |
Uses of DocumentationInfo in org.restlet.ext.wadl |
---|
Methods in org.restlet.ext.wadl that return types with arguments of type DocumentationInfo | |
---|---|
List<DocumentationInfo> |
DocumentedInfo.getDocumentations()
Returns the list of documentation elements. |
Methods in org.restlet.ext.wadl with parameters of type DocumentationInfo | |
---|---|
void |
DocumentedInfo.setDocumentation(DocumentationInfo documentationInfo)
Set the list of documentation elements with a single element. |
Method parameters in org.restlet.ext.wadl with type arguments of type DocumentationInfo | |
---|---|
void |
DocumentedInfo.setDocumentations(List<DocumentationInfo> doc)
Sets the list of documentation elements. |
Constructors in org.restlet.ext.wadl with parameters of type DocumentationInfo | |
---|---|
ApplicationInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
DocumentedInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
GrammarsInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
IncludeInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
LinkInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
MethodInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
OptionInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
ParameterInfo(String name,
ParameterStyle style,
DocumentationInfo documentation)
Constructor with a single documentation element. |
|
RepresentationInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
RequestInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
ResourceInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
ResourcesInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
ResourceTypeInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
ResponseInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
Constructor parameters in org.restlet.ext.wadl with type arguments of type DocumentationInfo | |
---|---|
ApplicationInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
DocumentedInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
GrammarsInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
IncludeInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
LinkInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
MethodInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
OptionInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
ParameterInfo(String name,
ParameterStyle style,
List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
RepresentationInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
RequestInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
ResourceInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
ResourcesInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
ResourceTypeInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
ResponseInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |