Uses of Class
org.restlet.engine.connector.Method

Packages that use Method
org.restlet.resource Client and server resource classes. 
 

Uses of Method in org.restlet.resource
 

Classes in org.restlet.resource with annotations of type Method
 interface Delete
          Annotation for methods that remove representations.
 interface Get
          Annotation for methods that retrieve a resource representation.
 interface Options
          Annotation for methods that describe a resource.
 interface Patch
          Annotation for methods that apply submitted representations as a patch.
 interface Post
          Annotation for methods that accept submitted representations.
 interface Put
          Annotation for methods that store submitted representations.
 



Copyright © 2005-2014 Restlet.