| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlBeanDefinitionReader | |
|---|---|
| org.springframework.beans.factory.xml | Contains an abstract XML-based BeanFactoryimplementation,
including a standard "spring-beans" DTD. | 
| 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.contextpackage,
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.beans.factory.xml | 
|---|
| Methods in org.springframework.beans.factory.xml that return XmlBeanDefinitionReader | |
|---|---|
|  XmlBeanDefinitionReader | XmlReaderContext.getReader() | 
| Constructors in org.springframework.beans.factory.xml with parameters of type XmlBeanDefinitionReader | |
|---|---|
| XmlReaderContext(Resource resource,
                 ProblemReporter problemReporter,
                 ReaderEventListener eventListener,
                 SourceExtractor sourceExtractor,
                 XmlBeanDefinitionReader reader,
                 NamespaceHandlerResolver namespaceHandlerResolver) | |
| 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||