org.jasig.portal.spring
Class LazyInitByDefaultBeanDefinitionDocumentReader

java.lang.Object
  extended by org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
      extended by org.jasig.portal.spring.LazyInitByDefaultBeanDefinitionDocumentReader
All Implemented Interfaces:
BeanDefinitionDocumentReader

public class LazyInitByDefaultBeanDefinitionDocumentReader
extends DefaultBeanDefinitionDocumentReader

Extends the Spring DefaultBeanDefinitionDocumentReader to set the BeanDefinitionParserDelegate.DEFAULT_LAZY_INIT_ATTRIBUTE to true, usefull when loading a context during testing or with command line tools.

Version:
$Revision$
Author:
Eric Dalquist

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
ALIAS_ATTRIBUTE, ALIAS_ELEMENT, BEAN_ELEMENT, IMPORT_ELEMENT, logger, NAME_ATTRIBUTE, RESOURCE_ATTRIBUTE
 
Constructor Summary
LazyInitByDefaultBeanDefinitionDocumentReader()
           
 
Method Summary
protected  BeanDefinitionParserDelegate createHelper(XmlReaderContext readerContext, Element root)
           
 
Methods inherited from class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
extractSource, getReaderContext, importBeanDefinitionResource, parseBeanDefinitions, postProcessXml, preProcessXml, processAliasRegistration, processBeanDefinition, registerBeanDefinitions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyInitByDefaultBeanDefinitionDocumentReader

public LazyInitByDefaultBeanDefinitionDocumentReader()
Method Detail

createHelper

protected BeanDefinitionParserDelegate createHelper(XmlReaderContext readerContext,
                                                    Element root)
Overrides:
createHelper in class DefaultBeanDefinitionDocumentReader


Copyright © 2010 Jasig. All Rights Reserved.