Spring自定义标签
摘要:一、标签解析原理: 1、Spring通过XML解析程序将其解析为DOM树, 2、通过NamespaceHandler指定对应的Namespace的BeanDefinitionParser将其转换成BeanDefinition。 3、再通过Spring自身的功能对BeanDefinition实例化对象
阅读全文
posted @ 2016-12-29 15:10
posted @ 2016-12-29 15:10
posted @ 2015-12-16 22:02