程序包的使用
cn.taketoday.web.annotation
程序包
说明
Request context parameter resolvers
Web Handler
Method handler
-
类说明Specialization of
@Componentfor classes that declare@ExceptionHandlermethods to be shared across multiple@Controllerclasses.ReflectiveProcessorimplementation forControllerand controller-specific annotated methods.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.
-
类说明Annotation for handling exceptions in specific handler classes and/or handler methods.Marks a method or exception class with the status
ResponseStatus.value()andResponseStatus.reason()that should be returned. -
类说明Specialization of
@Componentfor classes that declare@ExceptionHandlermethods to be shared across multiple@Controllerclasses.Annotation for permitting cross-origin requests on specific handler classes and/or handler methods.Declarative interceptor configurationAnnotation for mapping web requests onto methods in request-handling classes with flexible method signatures.Marks a method or exception class with the statusResponseStatus.value()andResponseStatus.reason()that should be returned.