The Spring Framework

Uses of Interface
org.springframework.beans.factory.ObjectFactory

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.factory package. 
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 it if 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
 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)
           
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.