| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncodedResource | |
|---|---|
| org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factorypackage. | 
| org.springframework.beans.factory.xml | Contains an abstract XML-based BeanFactoryimplementation,
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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||