Uses of Annotation Type
com.mastfrog.acteur.preconditions.Description
Packages that use Description
Package
Description
Acteur
-
Uses of Description in com.mastfrog.acteur
Classes in com.mastfrog.acteur with annotations of type DescriptionModifier and TypeClassDescriptionfinal classConvenience 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 DescriptionModifier and TypeClassDescription@interfaceAnnotate 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 DescriptionModifier and TypeClassDescription@interfaceIndicates 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@interfaceDeprecated.Use @Authenticated instead@interfaceMarks endpoints that should have CORS headers associated with it.@interfaceAllows a call to include an example URL and sample inputs and outputs in the generated documentation.@interfaceHandles the case where one HTTP call supports multiple uses or multiple types of input and output (ex.static @interface@interfaceMake the request body available as the passed type.@interfaceMake the request parameters available as the passed type.@interfaceSpecifies 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.@interfaceAnnotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.@interfaceAnnotation which can be set on Page classes to determine what methods are respond to.@interfaceAnnotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.@interfaceAnnotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.@interfaceSpecifieds a glob-style URL path, such as /mything/* - a * can represent anything but a / character.@interfaceAnnotation which determines regular expressions used to determine whether a page responds to a given request.@interfaceAnnotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.@interfaceAnnotation which causes a Page to return400 Bad Requestif the url parameters do not match what the annotation describes.@interfaceAnnotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.@interfaceAnnotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.@interfaceAnnotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.