程序包 cn.taketoday.web.annotation


package cn.taketoday.web.annotation
  • 说明
    Specialization of @Component for classes that declare @ExceptionHandler methods to be shared across multiple @Controller classes.
    ReflectiveProcessor implementation for Controller and controller-specific annotated methods.
    Annotation which indicates that a method parameter should be bound to an HTTP cookie.
    Annotation for permitting cross-origin requests on specific handler classes and/or handler methods.
    Annotation for mapping HTTP DELETE requests onto specific handler methods.
    Annotation for mapping HTTP DELETE requests onto specific handler methods.
    Annotation for handling exceptions in specific handler classes and/or handler methods.
    ControllerMappingReflectiveProcessor specific implementation that handles @ExceptionHandler-specific types.
    Annotation for mapping HTTP GET requests onto specific handler methods.
    Annotation for mapping HTTP GET requests onto specific handler methods.
     
    Declarative interceptor configuration
    Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
     
    Annotation for mapping HTTP PATCH requests onto specific handler methods.
    Annotation for mapping HTTP PATCH requests onto specific handler methods.
    This annotation may be used to annotate method parameters on request mappings where a URI-template has been used in the path-mapping of the RequestMapping annotation.
    Annotation for mapping HTTP POST requests onto specific handler methods.
    Annotation for mapping HTTP POST requests onto specific handler methods.
    Annotation for mapping HTTP PUT requests onto specific handler methods.
    Annotation for mapping HTTP PUT requests onto specific handler methods.
    Annotation to bind a method parameter to a request attribute.
    Annotation indicating a method parameter should be bound to the body of the web request.
    Annotation which indicates that a method parameter should be bound to a web request header.
    Annotation for mapping web requests onto methods in request-handling classes with flexible method signatures.
    Annotation which indicates that a method parameter should be bound to a web request parameter.
    Annotation that can be used to associate the part of a "multipart/form-data" request with a method argument.
     
    Marks a method or exception class with the status ResponseStatus.value() and ResponseStatus.reason() that should be returned.
    A convenience annotation that is itself annotated with @Controller and @ResponseBody.
    A convenience annotation that is itself annotated with @ControllerAdvice and @ResponseBody.
     
    Annotation to bind a method parameter to a session attribute.