Uses of Class
org.springframework.core.io.support.EncodedResource

Packages that use EncodedResource
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
org.springframework.test.jdbc Support classes for tests based on JDBC. 
 

Uses of EncodedResource in org.springframework.beans.factory.support
 

Methods in org.springframework.beans.factory.support with parameters of type EncodedResource
 int PropertiesBeanDefinitionReader.loadBeanDefinitions(EncodedResource encodedResource)
          Load bean definitions from the specified properties file.
 int PropertiesBeanDefinitionReader.loadBeanDefinitions(EncodedResource encodedResource, String prefix)
          Load bean definitions from the specified properties file.
 

Uses of EncodedResource in org.springframework.beans.factory.xml
 

Methods in org.springframework.beans.factory.xml with parameters of type EncodedResource
 int XmlBeanDefinitionReader.loadBeanDefinitions(EncodedResource encodedResource)
          Load bean definitions from the specified XML file.
 

Uses of EncodedResource in org.springframework.test.jdbc
 

Methods in org.springframework.test.jdbc with parameters of type EncodedResource
static void SimpleJdbcTestUtils.executeSqlScript(SimpleJdbcTemplate simpleJdbcTemplate, EncodedResource resource, boolean continueOnError)
          Execute the given SQL script.
 



Copyright © 2002-2008 The Spring Framework.