Uses of Class
de.twenty11.skysail.server.restlet.RepresentationInfo

Packages that use RepresentationInfo
de.twenty11.skysail.server.restlet   
 

Uses of RepresentationInfo in de.twenty11.skysail.server.restlet
 

Methods in de.twenty11.skysail.server.restlet that return RepresentationInfo
 RepresentationInfo SkysailServerResource2.describe(MethodInfo methodInfo, RequestInfo request, Class<?> representationClass, org.restlet.representation.Variant variant)
           
 RepresentationInfo SkysailServerResource2.describe(MethodInfo methodInfo, ResponseInfo response, Class<?> outputClass, org.restlet.representation.Variant variant)
           
 

Methods in de.twenty11.skysail.server.restlet 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 de.twenty11.skysail.server.restlet with type arguments of type RepresentationInfo
 void ApplicationInfo.setRepresentations(List<RepresentationInfo> representations)
           
 void ResponseInfo.setRepresentations(List<RepresentationInfo> representations)
          Sets the list of representations
 



Copyright © 2011-2013. All Rights Reserved.