Uses of Annotation Interface
org.restlet.engine.connector.Method

Packages that use Method
Package
Description
Client and server resource classes.
  • Uses of Method in org.restlet.resource

    Classes in org.restlet.resource with annotations of type Method
    Modifier and Type
    Class
    Description
    @interface 
    Annotation for methods that remove representations.
    @interface 
    Annotation for methods that retrieve a resource representation.
    @interface 
    Annotation for methods that describe a resource.
    @interface 
    Annotation for methods that apply submitted representations as a patch.
    @interface 
    Annotation for methods that accept submitted representations.
    @interface 
    Annotation for methods that store submitted representations.