Uses of Interface
org.apache.xbean.spring.context.SpringApplicationContext
-
Packages that use SpringApplicationContext Package Description org.apache.xbean.spring.context org.apache.xbean.spring.context.impl org.apache.xbean.spring.context.v2 -
-
Uses of SpringApplicationContext in org.apache.xbean.spring.context
Classes in org.apache.xbean.spring.context that implement SpringApplicationContext Modifier and Type Class Description classClassPathXmlApplicationContextAn XBean version of the regular Spring class to provide improved XML handling.classFileSystemXmlApplicationContextAn XBean version of the regular Spring class to provide improved XML handling.classResourceXmlApplicationContextAn XBean version of a regular Spring ApplicationContext which takes aResourceas a parameter to load the application contextclassXmlWebApplicationContextAn XBean version of the regular Spring class to provide improved XML handling.Methods in org.apache.xbean.spring.context with parameters of type SpringApplicationContext Modifier and Type Method Description voidSpringXmlPreprocessor. preprocess(SpringApplicationContext applicationContext, org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader, org.w3c.dom.Document document)Preprocesses the xml document which is being loaded by the specified application context and is being read by the specified xml reader. -
Uses of SpringApplicationContext in org.apache.xbean.spring.context.impl
Methods in org.apache.xbean.spring.context.impl with parameters of type SpringApplicationContext Modifier and Type Method Description static org.springframework.beans.factory.xml.XmlBeanDefinitionReaderXBeanHelper. createBeanDefinitionReader(SpringApplicationContext applicationContext, org.springframework.beans.factory.support.BeanDefinitionRegistry registry, java.util.List xmlPreprocessors) -
Uses of SpringApplicationContext in org.apache.xbean.spring.context.v2
Constructors in org.apache.xbean.spring.context.v2 with parameters of type SpringApplicationContext Constructor Description XBeanXmlBeanDefinitionReader(SpringApplicationContext applicationContext, org.springframework.beans.factory.support.BeanDefinitionRegistry beanFactory, java.util.List xmlPreprocessors)Creates a XBeanXmlBeanDefinitionReader for the specified applicationContext and beanFactory which will apply the xmlPreprocessors before passing the DOM to Spring for processing.
-