Uses of Class
org.springframework.core.io.support.EncodedResource
Packages that use EncodedResource
Package
Description
Support classes for Spring's resource abstraction.
-
Uses of EncodedResource in org.springframework.core.io.support
Methods in org.springframework.core.io.support with parameters of type EncodedResourceModifier and TypeMethodDescriptionDefaultPropertySourceFactory.createPropertySource(String name, EncodedResource resource) PropertySourceFactory.createPropertySource(String name, EncodedResource resource) Create aPropertySourcethat wraps the given resource.static voidPropertiesLoaderUtils.fillProperties(Properties props, EncodedResource resource) Fill the given properties from the given EncodedResource, potentially defining a specific encoding for the properties file.static PropertiesPropertiesLoaderUtils.loadProperties(EncodedResource resource) Load properties from the given EncodedResource, potentially defining a specific encoding for the properties file.Constructors in org.springframework.core.io.support with parameters of type EncodedResourceModifierConstructorDescriptionResourcePropertySource(String name, EncodedResource resource) Create a PropertySource having the given name based on Properties loaded from the given encoded resource.ResourcePropertySource(EncodedResource resource) Create a PropertySource based on Properties loaded from the given resource.