Uses of Class
org.restlet.ext.wadl.DocumentationInfo
-
Packages that use DocumentationInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of DocumentationInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as DocumentationInfo Modifier and Type Field Description private DocumentationInfoWadlRepresentation.ContentReader. currentDocumentationThe current parsed "documentation" tag.Fields in org.restlet.ext.wadl with type parameters of type DocumentationInfo Modifier and Type Field Description private java.util.List<DocumentationInfo>DocumentedInfo. documentationsDeprecated.Doc elements used to document that element.Methods in org.restlet.ext.wadl that return types with arguments of type DocumentationInfo Modifier and Type Method Description java.util.List<DocumentationInfo>DocumentedInfo. getDocumentations()Deprecated.Returns the list of documentation elements.Methods in org.restlet.ext.wadl with parameters of type DocumentationInfo Modifier and Type Method Description voidDocumentedInfo. setDocumentation(DocumentationInfo documentationInfo)Deprecated.Set the list of documentation elements with a single element.Method parameters in org.restlet.ext.wadl with type arguments of type DocumentationInfo Modifier and Type Method Description voidDocumentedInfo. setDocumentations(java.util.List<DocumentationInfo> doc)Deprecated.Sets the list of documentation elements.Constructors in org.restlet.ext.wadl with parameters of type DocumentationInfo Constructor Description ApplicationInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.DocumentedInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.GrammarsInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.IncludeInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.LinkInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.MethodInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.OptionInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.ParameterInfo(java.lang.String name, ParameterStyle style, DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.RepresentationInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.RequestInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.ResourceInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.ResourcesInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.ResourceTypeInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.ResponseInfo(DocumentationInfo documentation)Deprecated.Constructor with a single documentation element.Constructor parameters in org.restlet.ext.wadl with type arguments of type DocumentationInfo Constructor Description ApplicationInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.DocumentedInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.GrammarsInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.IncludeInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.LinkInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.MethodInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.OptionInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.ParameterInfo(java.lang.String name, ParameterStyle style, java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.RepresentationInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.RequestInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.ResourceInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.ResourcesInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.ResourceTypeInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.ResponseInfo(java.util.List<DocumentationInfo> documentations)Deprecated.Constructor with a list of documentation elements.
-