
spring的util工具
文章平均质量分 65
夜月独狼
费电话费嘎哈噶
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
util包
spring的util基本上都在springframework-core.jar的 org.springframework.util包下面, 比如 org.springframework.util.FileCopyUtils可以用于文件,流的拷贝工作。 其他更多帮助,可以查看这里...原创 2012-12-05 13:50:20 · 211 阅读 · 0 评论 -
ant path匹配
spring和ant path实现相关的主要类有两个 org.springframework.util.PathMatcher org.springframework.util.AntPathMatcher.AntPatternComparator.AntPatternComparator 可以看下springmvc的通过url查找action的方法 Object org.spri...原创 2013-07-22 09:40:20 · 256 阅读 · 0 评论 -
国际化之MessageSourceAware和MessageSourceAccessor
先看接口MessageSourceAware 该接口的注释中 Note that the MessageSource can usually also be passed on as bean reference (to arbitrary bean properties or constructor arguments), because it is defined as bean wi...原创 2014-01-06 23:13:58 · 1757 阅读 · 0 评论