Uses of Interface
org.apache.xbean.spring.context.SpringApplicationContext

Packages that use SpringApplicationContext
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
 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.
 

Methods in org.apache.xbean.spring.context with parameters of type SpringApplicationContext
 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.
 

Uses of SpringApplicationContext in org.apache.xbean.spring.context.impl
 

Methods in org.apache.xbean.spring.context.impl with parameters of type SpringApplicationContext
static 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 SpringApplicationContext
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-2013. All Rights Reserved.