Example usage for org.springframework.beans.factory.xml XmlBeanDefinitionReader subclass-usage

List of usage examples for org.springframework.beans.factory.xml XmlBeanDefinitionReader subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.xml XmlBeanDefinitionReader subclass-usage.

Usage

From source file com.brienwheeler.lib.spring.beans.SmartXmlBeanDefinitionReader.java

/**
 * A subclass of XmlBeanDefinitionReader that does not re-read the same XML file twice.
 * Useful for preventing bean redefinition (and potential replication of anonymous beans)
 * when importing a complex tree of bean definition imports that might have duplicate
 * subtrees.  Note this does not subvert the standard cyclic import detection. 
 *  

From source file org.solmix.runtime.support.spring.ContainerXmlBeanDefinitionReader.java

/**
 * 
 * @author solmix.f@gmail.com
 * @version $Id$  2014729
 */