Uses of Annotation Type
com.mastfrog.acteur.preconditions.Description

Packages that use Description
  • Uses of Description in com.mastfrog.acteur

    Classes in com.mastfrog.acteur with annotations of type Description
    Modifier and Type
    Class
    Description
    final class 
    Convenience Acteur which compares the current Page's ETag against the current request's If-None-Match header and returns a 304 response if the browser's cached version is current.
    final class 
     
  • Uses of Description in com.mastfrog.acteur.annotations

    Classes in com.mastfrog.acteur.annotations with annotations of type Description
    Modifier and Type
    Class
    Description
    @interface 
    Annotate an Acteur with this, to have it run as soon as the headers are received, disabling chunk aggregation.
    class 
     
  • Uses of Description in com.mastfrog.acteur.preconditions

    Classes in com.mastfrog.acteur.preconditions with annotations of type Description
    Modifier and Type
    Class
    Description
    @interface 
    Indicates that this endpoint requires authentication using whatever mechanism is configured (by default, HTTP Basic Auth - you should implement and bind Authenticator to use it).
    @interface 
     
    @interface 
    Deprecated.
    Use @Authenticated instead
    @interface 
    Marks endpoints that should have CORS headers associated with it.
    @interface 
    Allows a call to include an example URL and sample inputs and outputs in the generated documentation.
    @interface 
    Handles the case where one HTTP call supports multiple uses or multiple types of input and output (ex.
    static @interface 
     
    @interface 
    Make the request body available as the passed type.
    @interface 
    Make the request parameters available as the passed type.
    @interface 
    Specifies a maximum number of / separated elements in the URL path, for use Acteurs which use the tail of the URL path as an open-ended list of something.
    @interface 
    Annotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.
    @interface 
    Annotation which can be set on Page classes to determine what methods are respond to.
    @interface 
    Annotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.
    @interface 
    Annotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.
    @interface 
    Specifieds a glob-style URL path, such as /mything/* - a * can represent anything but a / character.
    @interface 
    Annotation which determines regular expressions used to determine whether a page responds to a given request.
    @interface 
    Annotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.
    @interface 
    Annotation which causes a Page to return 400 Bad Request if the url parameters do not match what the annotation describes.
    @interface 
    Annotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.
    @interface 
    Annotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.
    @interface 
    Annotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.