|
|||||||||
| Home >> All >> org >> springframework >> beans >> factory >> [ access overview ] | PREV NEXT | ||||||||
B
- BEANS_REFS_XML_NAME - Static variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- BEAN_FACTORY_BEAN_NAME - Static variable in class org.springframework.beans.factory.access.BeanFactoryBootstrap
- BeanFactoryBootstrap - class org.springframework.beans.factory.access.BeanFactoryBootstrap.
- One singleton to rule them all.
- BeanFactoryBootstrap() - Constructor for class org.springframework.beans.factory.access.BeanFactoryBootstrap
- Apply rules to load factory.
- BeanFactoryLocator - interface org.springframework.beans.factory.access.BeanFactoryLocator.
- An interface for a class used to lookup/use, and optionally allow the release of a BeanFactory, or BeanFactory subclass such as ApplicationContext.
- BeanFactoryReference - interface org.springframework.beans.factory.access.BeanFactoryReference.
- Class used to track a reference to a BeanFactory obtained through a BeanFactoryLocator.
- BootstrapException - exception org.springframework.beans.factory.access.BootstrapException.
- Exception thrown if a bean factory could not be loaded by a bootstrap class.
- BootstrapException(String) - Constructor for class org.springframework.beans.factory.access.BootstrapException
- Create a new BootstrapException with the specified message.
- BootstrapException(String, Throwable) - Constructor for class org.springframework.beans.factory.access.BootstrapException
- Create a new BootstrapException with the specified message and root cause.
- bfgInstancesByKey - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- bfgInstancesByObj - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- bootstrapFactory - Variable in class org.springframework.beans.factory.access.BeanFactoryBootstrap
- the singleton instance
C
- createDefinition(String, String) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Actually creates definition in the form of a BeanFactory, given a resource name which supports standard Spring Resource prefixes ('classpath:', 'classpath*:', etc.) This is split out as a separate method so that subclasses can override the actual type used (to be an ApplicationContext, for example).
D
- definition - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.BeanFactoryGroup
- destroyDefinition(BeanFactory, String) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Destroy definition in separate method so subclass may work with other definition types.
G
- getBeanFactory() - Method in class org.springframework.beans.factory.access.BeanFactoryBootstrap
- Return the BeanFactory managed by the Bootstrap.
- getFactory() - Method in interface org.springframework.beans.factory.access.BeanFactoryReference
- Returns the BeanFactory instance held by this reference.
- getInstance() - Static method in class org.springframework.beans.factory.access.BeanFactoryBootstrap
- Return the singleton instance of the bootstrap factory
- getInstance() - Static method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Returns an instance which uses the default "classpath*:beanRefFactory.xml", as the name of the definition file(s).
- getInstance(String) - Static method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Returns an instance which uses the the specified selector, as the name of the definition file(s).
I
- initializeDefinition(BeanFactory) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Instantiate singletons and do any other normal initialization of the factory.
- initializeSingleton() - Static method in class org.springframework.beans.factory.access.BeanFactoryBootstrap
- instance - Static variable in class org.springframework.beans.factory.access.BeanFactoryBootstrap
- instances - Static variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
L
- logger - Static variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
O
- org.springframework.beans.factory.access - package org.springframework.beans.factory.access
R
- refCount - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.BeanFactoryGroup
- reinitialize() - Static method in class org.springframework.beans.factory.access.BeanFactoryBootstrap
- For testing only.
- release() - Method in interface org.springframework.beans.factory.access.BeanFactoryReference
- Indicate that the BeanFactory instance referred to by this object is not needed any longer by the client code which obtained the ref object.
- resourceName - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
S
- SingletonBeanFactoryLocator - class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.
- Keyed-singleton implementation of BeanFactoryLocator, which leverages existing Spring constructs.
- SingletonBeanFactoryLocator() - Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Constructor which uses the default "beanRefFactory.xml", as the name of the definition file(s).
- SingletonBeanFactoryLocator(String) - Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Constructor which uses the the specified name as the name of the definition file(s).
- SingletonBeanFactoryLocator.BeanFactoryGroup - class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.BeanFactoryGroup.
- SingletonBeanFactoryLocator.BeanFactoryGroup() - Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.BeanFactoryGroup
- startupException - Static variable in class org.springframework.beans.factory.access.BeanFactoryBootstrap
U
- useBeanFactory(String) - Method in interface org.springframework.beans.factory.access.BeanFactoryLocator
- Use the BeanFactory (or derived class such as ApplicationContext) specified by the factoryKey parameter.
- useBeanFactory(String) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
B C D G I L O R S U
|
|||||||||
| Home >> All >> org >> springframework >> beans >> factory >> [ access overview ] | PREV NEXT | ||||||||