| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectFactory | |
|---|---|
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factorypackage. | 
| org.springframework.web.context.request | Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session. | 
| Uses of ObjectFactory in org.springframework.beans.factory.config | 
|---|
| Methods in org.springframework.beans.factory.config with parameters of type ObjectFactory | |
|---|---|
|  Object | Scope.get(String name,
    ObjectFactory objectFactory)Return the object with the given name from the underlying scope, creating itif not found in the underlying storage mechanism. | 
| Uses of ObjectFactory in org.springframework.beans.factory.support | 
|---|
| Methods in org.springframework.beans.factory.support with parameters of type ObjectFactory | |
|---|---|
| protected  void | DefaultSingletonBeanRegistry.addSingletonFactory(String beanName,
                    ObjectFactory singletonFactory)Add the given singleton factory for building the specified singleton if necessary. | 
|  Object | DefaultSingletonBeanRegistry.getSingleton(String beanName,
             ObjectFactory singletonFactory)Return the (raw) singleton object registered under the given name, creating and registering a new one if none registered yet. | 
| Uses of ObjectFactory in org.springframework.web.context.request | 
|---|
| Methods in org.springframework.web.context.request with parameters of type ObjectFactory | |
|---|---|
|  Object | SessionScope.get(String name,
    ObjectFactory objectFactory) | 
|  Object | AbstractRequestAttributesScope.get(String name,
    ObjectFactory objectFactory) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||