Annotation Interface的使用
cn.taketoday.web.annotation.RequestMapping
使用RequestMapping的程序包
-
cn.taketoday.web.annotation中RequestMapping的使用
修饰符和类型类说明@interfaceAnnotation for mapping HTTPDELETErequests onto specific handler methods.@interfaceAnnotation for mapping HTTPDELETErequests onto specific handler methods.@interfaceAnnotation for mapping HTTPGETrequests onto specific handler methods.@interfaceAnnotation for mapping HTTPGETrequests onto specific handler methods.@interface@interface@interfaceAnnotation for mapping HTTPPATCHrequests onto specific handler methods.@interfaceAnnotation for mapping HTTPPATCHrequests onto specific handler methods.@interfaceAnnotation for mapping HTTPPOSTrequests onto specific handler methods.@interfaceAnnotation for mapping HTTPPOSTrequests onto specific handler methods.@interfaceAnnotation for mapping HTTPPUTrequests onto specific handler methods.@interfaceAnnotation for mapping HTTPPUTrequests onto specific handler methods.@interface -
cn.taketoday.web.handler.method中RequestMapping的使用
修饰符和类型方法说明protected RequestMappingInfoRequestMappingHandlerMapping.createRequestMappingInfo(RequestMapping requestMapping, RequestCondition<?> customCondition) Create aRequestMappingInfofrom the supplied@RequestMappingannotation, which is either a directly declared annotation, a meta-annotation, or the synthesized result of merging annotation attributes within an annotation hierarchy.