站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.1.0 API 文档英文版

Uses of Class org.springframework.beans.factory.xml.XmlBeanDefinitionReader (Spring Framework API 2.1) - Spring Framework 2.1.0 API 文档英文版


The Spring Framework

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 various utility classes. 
org.springframework.web.portlet.context Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. 
 

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.
 

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

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


The Spring Framework

Copyright © 2002-2007 The Spring Framework.