摘要: ant匹配规则;PathMatcher接口;通过测试用例看AntPathMatcher的使用 阅读全文
posted @ 2016-02-24 15:37 出门向左 阅读(9181) 评论(0) 推荐(0) 编辑
摘要: 使用@RequestMapping注解时,配置的信息最后都设置到了RequestMappingInfo中. RequestMappingInfo封装了PatternsRequestCondition,RequestMethodsRequestCondition,ParamsRequestCondition等,所以自己不干活,所有的活都是委托给具体的condition处理. 阅读全文
posted @ 2016-02-24 15:14 出门向左 阅读(6632) 评论(0) 推荐(1) 编辑
摘要: ConsumesRequestCondition 处理请求的提交内容类型(media-Type),例如application/json, text/html. 核心是MediaType和MediaTypeExpression接口. 阅读全文
posted @ 2016-02-24 08:28 出门向左 阅读(3969) 评论(0) 推荐(2) 编辑