Uses of Class
org.springframework.context.support.GenericApplicationContext

Packages that use GenericApplicationContext
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.jca.context Integration package that allows for deploying a Spring application context as a JCA 1.5 compliant RAR file. 
org.springframework.test Superclasses for tests requiring Spring application contexts, including support for transactional execution of test cases, with automatic rollback on completion. 
org.springframework.test.context.support Support classes for the Spring TestContext Framework
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, 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 GenericApplicationContext in org.springframework.context.support
 

Subclasses of GenericApplicationContext in org.springframework.context.support
 class StaticApplicationContext
          ApplicationContext implementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources.
 

Uses of GenericApplicationContext in org.springframework.jca.context
 

Subclasses of GenericApplicationContext in org.springframework.jca.context
 class ResourceAdapterApplicationContext
          ApplicationContext implementation for a JCA ResourceAdapter.
 

Uses of GenericApplicationContext in org.springframework.test
 

Methods in org.springframework.test with parameters of type GenericApplicationContext
protected  BeanDefinitionReader AbstractSingleSpringContextTests.createBeanDefinitionReader(GenericApplicationContext context)
          Factory method for creating new BeanDefinitionReaders for loading bean definitions into the supplied context.
protected  void AbstractSingleSpringContextTests.prepareApplicationContext(GenericApplicationContext context)
          Prepare the GenericApplicationContext used by this test.
 

Uses of GenericApplicationContext in org.springframework.test.context.support
 

Methods in org.springframework.test.context.support with parameters of type GenericApplicationContext
protected abstract  BeanDefinitionReader AbstractGenericContextLoader.createBeanDefinitionReader(GenericApplicationContext context)
          Factory method for creating new BeanDefinitionReaders for loading bean definitions into the supplied context.
protected  BeanDefinitionReader GenericXmlContextLoader.createBeanDefinitionReader(GenericApplicationContext context)
           Creates a new XmlBeanDefinitionReader.
protected  BeanDefinitionReader GenericPropertiesContextLoader.createBeanDefinitionReader(GenericApplicationContext context)
           Creates a new PropertiesBeanDefinitionReader.
protected  void AbstractGenericContextLoader.customizeContext(GenericApplicationContext context)
          Customize the GenericApplicationContext created by this ContextLoader after bean definitions have been loaded into the context but before the context is refreshed.
protected  void AbstractGenericContextLoader.prepareContext(GenericApplicationContext context)
          Prepare the GenericApplicationContext created by this ContextLoader.
 

Uses of GenericApplicationContext in org.springframework.web.context.support
 

Subclasses of GenericApplicationContext in org.springframework.web.context.support
 class GenericWebApplicationContext
          Subclass of GenericApplicationContext, suitable for web environments.
 class StaticWebApplicationContext
          Static WebApplicationContext implementation for testing.
 

Uses of GenericApplicationContext in org.springframework.web.portlet.context
 

Subclasses of GenericApplicationContext in org.springframework.web.portlet.context
 class StaticPortletApplicationContext
          Static Portlet-based ApplicationContext implementation for testing.
 



Copyright © 2002-2008 The Spring Framework.