| Home >> All >> org >> springframework >> context >> [ access Javadoc ] |
org.springframework.context.access: Javadoc index of package org.springframework.context.access.
Package Samples:
org.springframework.context.access
Classes:
ContextSingletonBeanFactoryLocator: Variant of SingletonBeanFactoryLocator which creates its internal bean factory reference definition as an ApplicationContext instead of SingletonBeanFactoryLocator's BeanFactory. For almost all usage scenarios, this will not make a difference, since withing that ApplicationContext or BeanFactory you are still free to create either BeanFactories or ApplicationContexts. The main reason one would need to use this class is if BeanPostProcessing (or other ApplicationContext specific features are needed in the bean reference definition itself. Note: This class uses classpath*:beanRefContext.xml as the ...
ContextBeanFactoryReference: ApplicationContext-specific implementation of BeanFactoryReference, wrapping a newly created ApplicationContext, closing it on release. As per BeanFactoryReference contract, release may be called more than once, with subsequent calls not doing anything. However, callging getFactory after a release call will cause an exception.
ContextJndiBeanFactoryLocator: BeanFactoryLocator implementation that creates the BeanFactory from one or more classpath locations specified in one JNDI environment variable. This default implementation creates a ClassPathXmlApplicationContext. Subclasses may override createBeanFactory for custom instantiation.
DefaultLocatorFactory: A factory class to get a default ContextSingletonBeanFactoryLocator instance.
| Home | Contact Us | Privacy Policy | Terms of Service |