Uses of Class
org.restlet.ext.wadl.RepresentationInfo
-
Packages that use RepresentationInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of RepresentationInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as RepresentationInfo Modifier and Type Field Description private RepresentationInfoWadlRepresentation.ContentReader. currentRepresentationThe current parsed "representation" tag.Fields in org.restlet.ext.wadl with type parameters of type RepresentationInfo Modifier and Type Field Description private java.util.List<RepresentationInfo>ApplicationInfo. representationsDeprecated.List of representations.private java.util.List<RepresentationInfo>RequestInfo. representationsDeprecated.List of supported input representations.private java.util.List<RepresentationInfo>ResponseInfo. representationsDeprecated.List of representations.Methods in org.restlet.ext.wadl that return RepresentationInfo Modifier and Type Method Description protected RepresentationInfoWadlServerResource. describe(MethodInfo methodInfo, java.lang.Class<?> representationClass, Variant variant)Deprecated.Describes a representation class and variant couple as WADL information.protected RepresentationInfoWadlServerResource. describe(MethodInfo methodInfo, RequestInfo requestInfo, java.lang.Class<?> representationClass, Variant variant)Deprecated.Describes a representation class and variant couple as WADL information for the given method and request.protected RepresentationInfoWadlServerResource. describe(MethodInfo methodInfo, ResponseInfo responseInfo, java.lang.Class<?> representationClass, Variant variant)Deprecated.Describes a representation class and variant couple as WADL information for the given method and response.Methods in org.restlet.ext.wadl that return types with arguments of type RepresentationInfo Modifier and Type Method Description java.util.List<RepresentationInfo>ApplicationInfo. getRepresentations()Deprecated.Returns the list of representation elements.java.util.List<RepresentationInfo>RequestInfo. getRepresentations()Deprecated.Returns the list of supported input representations.java.util.List<RepresentationInfo>ResponseInfo. getRepresentations()Deprecated.Returns the list of representationsMethod parameters in org.restlet.ext.wadl with type arguments of type RepresentationInfo Modifier and Type Method Description voidApplicationInfo. setRepresentations(java.util.List<RepresentationInfo> representations)Deprecated.Sets the list of representation elements.voidRequestInfo. setRepresentations(java.util.List<RepresentationInfo> representations)Deprecated.Sets the list of supported input representations.voidResponseInfo. setRepresentations(java.util.List<RepresentationInfo> representations)Deprecated.Sets the list of representations
-