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

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

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

Methods in de.twenty11.skysail.server.restlet that return types with arguments of type MethodInfo
 List<MethodInfo> ApplicationInfo.getMethods()
          Returns the list of method elements.
 List<MethodInfo> ResourceInfo.getMethods()
          Returns the list of supported methods.
 

Methods in de.twenty11.skysail.server.restlet with parameters of type MethodInfo
 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)
           
static void MethodInfo.describeAnnotations(MethodInfo info, org.restlet.resource.ServerResource resource)
          Automatically describe a method by discovering the resource's annotations.
protected  void SkysailServerResource2.describeDelete(MethodInfo info)
          Describes the DELETE method.
protected  void SkysailServerResource2.describeGet(MethodInfo info)
          Describes the GET method.
By default, it describes the response with the available variants based on the ServerResource.getVariants() method.
protected  void SkysailServerResource2.describeMethod(org.restlet.data.Method method, MethodInfo info)
           
protected  void SkysailServerResource2.describeOptions(MethodInfo info)
          Describes the OPTIONS method.
By default it describes the response with the available variants based on the #getWadlVariants() method.
protected  void SkysailServerResource2.describePost(MethodInfo info)
          Describes the POST method.
protected  void SkysailServerResource2.describePut(MethodInfo info)
          Describes the PUT method.
 

Method parameters in de.twenty11.skysail.server.restlet with type arguments of type MethodInfo
 void ApplicationInfo.setMethods(List<MethodInfo> methods)
          Sets the list of documentation elements.
 void ResourceInfo.setMethods(List<MethodInfo> methods)
          Sets the list of supported methods.
 



Copyright © 2011-2013. All Rights Reserved.