Package | Description |
---|---|
org.apache.xbean.spring.context | |
org.apache.xbean.spring.context.impl | |
org.apache.xbean.spring.context.v2 |
Modifier and Type | Class | Description |
---|---|---|
class |
ClassPathXmlApplicationContext |
An XBean version of the regular Spring class to provide improved XML handling.
|
class |
FileSystemXmlApplicationContext |
An XBean version of the regular Spring class to provide improved XML
handling.
|
class |
ResourceXmlApplicationContext |
An XBean version of a regular Spring ApplicationContext which takes a
Resource as a parameter to load the application context |
class |
XmlWebApplicationContext |
An XBean version of the regular Spring class to provide improved XML
handling.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SpringXmlPreprocessor.preprocess(SpringApplicationContext applicationContext,
org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader,
Document document) |
Preprocesses the xml document which is being loaded by the specified application context and is being read by the
specified xml reader.
|
Modifier and Type | Method | Description |
---|---|---|
static org.springframework.beans.factory.xml.XmlBeanDefinitionReader |
XBeanHelper.createBeanDefinitionReader(SpringApplicationContext applicationContext,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
List xmlPreprocessors) |
Constructor | Description |
---|---|
XBeanXmlBeanDefinitionReader(SpringApplicationContext applicationContext,
org.springframework.beans.factory.support.BeanDefinitionRegistry beanFactory,
List xmlPreprocessors) |
Creates a XBeanXmlBeanDefinitionReader for the specified applicationContext and beanFactory which will apply
the xmlPreprocessors before passing the DOM to Spring for processing.
|
Copyright © 2005–2018. All rights reserved.