Uses of Interface
org.apache.xbean.spring.context.SpringApplicationContext
Packages that use SpringApplicationContext
Package
Description
-
Uses of SpringApplicationContext in org.apache.xbean.spring.context
Classes in org.apache.xbean.spring.context that implement SpringApplicationContextModifier and TypeClassDescriptionclass
An XBean version of the regular Spring class to provide improved XML handling.class
An XBean version of the regular Spring class to provide improved XML handling.class
An XBean version of a regular Spring ApplicationContext which takes aResource
as a parameter to load the application contextclass
An XBean version of the regular Spring class to provide improved XML handling.Methods in org.apache.xbean.spring.context with parameters of type SpringApplicationContextModifier and TypeMethodDescriptionvoid
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. -
Uses of SpringApplicationContext in org.apache.xbean.spring.context.impl
Methods in org.apache.xbean.spring.context.impl with parameters of type SpringApplicationContextModifier and TypeMethodDescriptionstatic org.springframework.beans.factory.xml.XmlBeanDefinitionReader
XBeanHelper.createBeanDefinitionReader
(SpringApplicationContext applicationContext, org.springframework.beans.factory.support.BeanDefinitionRegistry registry, List xmlPreprocessors) -
Uses of SpringApplicationContext in org.apache.xbean.spring.context.v2
Constructors in org.apache.xbean.spring.context.v2 with parameters of type SpringApplicationContextModifierConstructorDescriptionXBeanXmlBeanDefinitionReader
(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.