Restlet Framework 2.2.2
Java Enterprise Edition

Uses of Class
org.restlet.ext.wadl.RepresentationInfo

Packages that use RepresentationInfo
org.restlet.ext.wadl Support the WADL specification. 
 

Uses of RepresentationInfo in org.restlet.ext.wadl
 

Methods in org.restlet.ext.wadl that return RepresentationInfo
protected  RepresentationInfo WadlServerResource.describe(MethodInfo methodInfo, Class<?> representationClass, Variant variant)
          Describes a representation class and variant couple as WADL information.
protected  RepresentationInfo WadlServerResource.describe(MethodInfo methodInfo, RequestInfo requestInfo, Class<?> representationClass, Variant variant)
          Describes a representation class and variant couple as WADL information for the given method and request.
protected  RepresentationInfo WadlServerResource.describe(MethodInfo methodInfo, ResponseInfo responseInfo, Class<?> representationClass, Variant variant)
          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
 List<RepresentationInfo> ApplicationInfo.getRepresentations()
          Returns the list of representation elements.
 List<RepresentationInfo> ResponseInfo.getRepresentations()
          Returns the list of representations
 List<RepresentationInfo> RequestInfo.getRepresentations()
          Returns the list of supported input representations.
 

Method parameters in org.restlet.ext.wadl with type arguments of type RepresentationInfo
 void ApplicationInfo.setRepresentations(List<RepresentationInfo> representations)
          Sets the list of representation elements.
 void ResponseInfo.setRepresentations(List<RepresentationInfo> representations)
          Sets the list of representations
 void RequestInfo.setRepresentations(List<RepresentationInfo> representations)
          Sets the list of supported input representations.
 


Restlet Framework 2.2.2
Java Enterprise Edition

Copyright © 2005-2014 Restlet.