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

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

Introduction

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

Usage

From source file org.jasig.portlet.newsreader.spring.LazyInitByDefaultBeanDefinitionDocumentReader.java

/**
 * Extends the Spring DefaultBeanDefinitionDocumentReader to set the {@link BeanDefinitionParserDelegate#DEFAULT_LAZY_INIT_ATTRIBUTE}
 * to true, usefull when loading a context during testing or with command line tools.
 * 
 * @author Eric Dalquist
 * @version $Revision$

From source file org.jasig.portlet.spring.LazyInitByDefaultBeanDefinitionDocumentReader.java

/**
 * Extends the Spring DefaultBeanDefinitionDocumentReader to set the {@link org.springframework.beans.factory.xml.BeanDefinitionParserDelegate#DEFAULT_LAZY_INIT_ATTRIBUTE}
 * to true, usefull when loading a context during testing or with command line tools.
 * 
 * @author Eric Dalquist
 * @version $Revision$

From source file org.jasig.portlet.calendar.spring.LazyInitByDefaultBeanDefinitionDocumentReader.java

/**
 * Extends the Spring DefaultBeanDefinitionDocumentReader to set the {@link
 * BeanDefinitionParserDelegate#DEFAULT_LAZY_INIT_ATTRIBUTE} to true, usefull when loading a context
 * during testing or with command line tools.
 *
 * @author Eric Dalquist

From source file org.jasig.portlet.announcements.spring.LazyInitByDefaultBeanDefinitionDocumentReader.java

/**
 * Extends the Spring DefaultBeanDefinitionDocumentReader to set the {@link org.springframework.beans.factory.xml.BeanDefinitionParserDelegate#DEFAULT_LAZY_INIT_ATTRIBUTE}
 * to true, usefull when loading a context during testing or with command line tools.
 * 
 * @author Eric Dalquist
 * @version $Revision$

From source file org.impalaframework.module.beanset.ImportingBeanDefinitionDocumentReader.java

/**
 * Overrides <code>DefaultBeanDefinitionDocumentReader</code> to implement
 * smart importing using the <code>beanset:</code> prefix
 * @author Phil Zoio
 */
public class ImportingBeanDefinitionDocumentReader extends DefaultBeanDefinitionDocumentReader {

From source file org.springframework.batch.core.jsr.configuration.xml.JsrBeanDefinitionDocumentReader.java

/**
 * <p>
 * {@link DefaultBeanDefinitionDocumentReader} extension to hook into the pre processing of the provided
 * XML document, ensuring any references to property operators such as jobParameters and jobProperties are
 * resolved prior to loading the context. Since we know these initial values upfront, doing this transformation
 * allows us to ensure values are retrieved in their resolved form prior to loading the context and property