Spring笔记4---<util/>、<p/>命名空间
1. <util:constant/>元素
?
比如某类存在如下字段定义
?
?
?
?
2. <util:property-path/>元素
?
?
?
?
3. <util:properties/>元素
?
?? ?"classpath:"表明,将从类路径上查找并装载xxx属性文件.?
?
?
?
?
?
?
?? ?继承了abstractCollectionBean的子bean
??
?? ?为了简化MapFactoryBean对象的使用,可使用如下代码
?
??
5. <util:set/>元素
?
?? 同样的,为了简化SetFactoryBean对象,可使用如下代码
?
?
?
?? ?在导入了</p>命名空间后,等价于
?