Uses of Class
org.restlet.ext.wadl.ParameterInfo
-
Packages that use ParameterInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of ParameterInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as ParameterInfo Modifier and Type Field Description private ParameterInfoWadlRepresentation.ContentReader. currentParameterThe current parsed "param" tag.Fields in org.restlet.ext.wadl with type parameters of type ParameterInfo Modifier and Type Field Description private java.util.List<ParameterInfo>RepresentationInfo. parametersDeprecated.List of parameters.private java.util.List<ParameterInfo>RequestInfo. parametersDeprecated.List of parameters.private java.util.List<ParameterInfo>ResourceInfo. parametersDeprecated.List of parameters.private java.util.List<ParameterInfo>ResourceTypeInfo. parametersDeprecated.List of parameters.private java.util.List<ParameterInfo>ResponseInfo. parametersDeprecated.List of parameters.Methods in org.restlet.ext.wadl that return types with arguments of type ParameterInfo Modifier and Type Method Description protected java.util.List<ParameterInfo>WadlServerResource. describeParameters()Deprecated.Returns the description of the parameters of this resource.java.util.List<ParameterInfo>RepresentationInfo. getParameters()Deprecated.Returns the list of parameters.java.util.List<ParameterInfo>RequestInfo. getParameters()Deprecated.Returns the list of parameters.java.util.List<ParameterInfo>ResourceInfo. getParameters()Deprecated.Returns the list of parameters.java.util.List<ParameterInfo>ResourceTypeInfo. getParameters()Deprecated.Returns the list of parameters.java.util.List<ParameterInfo>ResponseInfo. getParameters()Deprecated.Returns the list of parameters.Methods in org.restlet.ext.wadl with parameters of type ParameterInfo Modifier and Type Method Description private Series<? extends NamedValue<java.lang.String>>WadlServerResource. getParameters(ParameterInfo parameterInfo)Deprecated.Returns a collection of parameters objects contained in the current context (entity, query, headers, etc) given a ParameterInfo instance.Method parameters in org.restlet.ext.wadl with type arguments of type ParameterInfo Modifier and Type Method Description voidRepresentationInfo. setParameters(java.util.List<ParameterInfo> parameters)Deprecated.Sets the list of parameters.voidRequestInfo. setParameters(java.util.List<ParameterInfo> parameters)Deprecated.Sets the list of parameters.voidResourceInfo. setParameters(java.util.List<ParameterInfo> parameters)Deprecated.Sets the list of parameters.voidResourceTypeInfo. setParameters(java.util.List<ParameterInfo> parameters)Deprecated.Sets the list of parameters.voidResponseInfo. setParameters(java.util.List<ParameterInfo> parameters)Deprecated.Sets the list of parameters.
-