Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » beans » factory » support » [javadoc | source]
org.springframework.beans.factory.support
class: BeanDefinitionResource [javadoc | source]
java.lang.Object
   org.springframework.core.io.AbstractResource
      org.springframework.beans.factory.support.BeanDefinitionResource

All Implemented Interfaces:
    Resource

Descriptive org.springframework.core.io.Resource wrapper for a org.springframework.beans.factory.config.BeanDefinition .
Constructor:
 public BeanDefinitionResource(BeanDefinition beanDefinition) 
    Create a new BeanDefinitionResource.
    Parameters:
    beanDefinition - the BeanDefinition objectto wrap
Method from org.springframework.beans.factory.support.BeanDefinitionResource Summary:
equals,   exists,   getBeanDefinition,   getDescription,   getInputStream,   hashCode,   isReadable
Methods from org.springframework.core.io.AbstractResource:
createRelative,   equals,   exists,   getFile,   getFileForLastModifiedCheck,   getFilename,   getURI,   getURL,   hashCode,   isOpen,   isReadable,   lastModified,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.beans.factory.support.BeanDefinitionResource Detail:
 public boolean equals(Object obj) 
    This implementation compares the underlying BeanDefinition.
 public boolean exists() 
 public final BeanDefinition getBeanDefinition() 
    Return the wrapped BeanDefinition object.
 public String getDescription() 
 public InputStream getInputStream() throws IOException 
 public int hashCode() 
    This implementation returns the hash code of the underlying BeanDefinition.
 public boolean isReadable()