程序包 cn.taketoday.web.annotation
package cn.taketoday.web.annotation
-
类说明Specialization of
@Componentfor classes that declare@ExceptionHandlermethods to be shared across multiple@Controllerclasses.ReflectiveProcessorimplementation forControllerand 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 HTTPDELETErequests onto specific handler methods.Annotation for mapping HTTPDELETErequests onto specific handler methods.Annotation for handling exceptions in specific handler classes and/or handler methods.ControllerMappingReflectiveProcessorspecific implementation that handles@ExceptionHandler-specific types.Annotation for mapping HTTPGETrequests onto specific handler methods.Annotation for mapping HTTPGETrequests onto specific handler methods.Declarative interceptor configurationBinds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.Annotation for mapping HTTPPATCHrequests onto specific handler methods.Annotation for mapping HTTPPATCHrequests 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 theRequestMappingannotation.Annotation for mapping HTTPPOSTrequests onto specific handler methods.Annotation for mapping HTTPPOSTrequests onto specific handler methods.Annotation for mapping HTTPPUTrequests onto specific handler methods.Annotation for mapping HTTPPUTrequests 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 statusResponseStatus.value()andResponseStatus.reason()that should be returned.A convenience annotation that is itself annotated with@Controllerand@ResponseBody.A convenience annotation that is itself annotated with@ControllerAdviceand@ResponseBody.Annotation to bind a method parameter to a session attribute.