Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » beans » factory » config » [javadoc | source]
org.springframework.beans.factory.config
public class: ResourceFactoryBean [javadoc | source]
java.lang.Object
   org.springframework.beans.factory.config.ResourceFactoryBean

All Implemented Interfaces:
    FactoryBean

FactoryBean for Resource descriptors. Exposes a looked-up Resource object.

Delegates to the ApplicationContext's getResource method. Resource loading behavior is specific to the context implementation.

Method from org.springframework.beans.factory.config.ResourceFactoryBean Summary:
getObject,   getObjectType,   isSingleton,   setLocation
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.beans.factory.config.ResourceFactoryBean Detail:
 public Object getObject() 
 public Class getObjectType() 
 public boolean isSingleton() 
 public  void setLocation(Resource location) 
    Set the resource location.