spring的util工具
文章平均质量分 65
夜月独狼
费电话费嘎哈噶
展开
-
util包
spring的util基本上都在springframework-core.jar的org.springframework.util包下面,比如org.springframework.util.FileCopyUtils可以用于文件,流的拷贝工作。其他更多帮助,可以查看这里...原创 2012-12-05 13:50:20 · 192 阅读 · 0 评论 -
ant path匹配
spring和ant path实现相关的主要类有两个org.springframework.util.PathMatcherorg.springframework.util.AntPathMatcher.AntPatternComparator.AntPatternComparator可以看下springmvc的通过url查找action的方法Object org.spri...原创 2013-07-22 09:40:20 · 226 阅读 · 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 · 1690 阅读 · 0 评论