| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.contextpackage,
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 | StaticApplicationContextApplicationContextimplementation
 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 | ResourceAdapterApplicationContextApplicationContextimplementation
 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 suppliedcontext. | 
| 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  BeanDefinitionReader | GenericPropertiesContextLoader.createBeanDefinitionReader(GenericApplicationContext context)Creates a new PropertiesBeanDefinitionReader. | 
| protected abstract  BeanDefinitionReader | AbstractGenericContextLoader.createBeanDefinitionReader(GenericApplicationContext context)Factory method for creating new BeanDefinitionReaders for
 loading bean definitions into the suppliedcontext. | 
| protected  BeanDefinitionReader | GenericXmlContextLoader.createBeanDefinitionReader(GenericApplicationContext context)Creates a new XmlBeanDefinitionReader. | 
| protected  void | AbstractGenericContextLoader.customizeContext(GenericApplicationContext context)Customize the GenericApplicationContextcreated 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 GenericApplicationContextcreated by this ContextLoader. | 
| Uses of GenericApplicationContext in org.springframework.web.context.support | 
|---|
| Subclasses of GenericApplicationContext in org.springframework.web.context.support | |
|---|---|
|  class | GenericWebApplicationContextSubclass of GenericApplicationContext, suitable for web environments. | 
|  class | StaticWebApplicationContextStatic WebApplicationContextimplementation for testing. | 
| Uses of GenericApplicationContext in org.springframework.web.portlet.context | 
|---|
| Subclasses of GenericApplicationContext in org.springframework.web.portlet.context | |
|---|---|
|  class | StaticPortletApplicationContextStatic Portlet-based ApplicationContextimplementation for testing. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||