Uses of Class
org.springframework.beans.factory.xml.XmlBeanDefinitionReader

Packages that use XmlBeanDefinitionReader
org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. 
 

Uses of XmlBeanDefinitionReader in org.springframework.context.support
 

Methods in org.springframework.context.support with parameters of type XmlBeanDefinitionReader
protected  void AbstractXmlApplicationContext.initBeanDefinitionReader(XmlBeanDefinitionReader beanDefinitionReader)
          Initialize the bean definition reader used for loading the bean definitions of this context.
protected  void AbstractXmlApplicationContext.loadBeanDefinitions(XmlBeanDefinitionReader reader)
          Load the bean definitions with the given XmlBeanDefinitionReader.
 

Uses of XmlBeanDefinitionReader in org.springframework.web.context.support
 

Methods in org.springframework.web.context.support with parameters of type XmlBeanDefinitionReader
protected  void XmlWebApplicationContext.initBeanDefinitionReader(XmlBeanDefinitionReader beanDefinitionReader)
          Initialize the bean definition reader used for loading the bean definitions of this context.
protected  void XmlWebApplicationContext.loadBeanDefinitions(XmlBeanDefinitionReader reader)
          Load the bean definitions with the given XmlBeanDefinitionReader.
 



Copyright (C) 2003-2004 The Spring Framework Project.