Home » spring-framework-2.5.5-with-dependencies » org.springframework » core » io » support »

org.springframework.core.io.support

Interfaces:

ResourcePatternResolver   Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.  code | html

Abstract Classes:

PropertiesLoaderSupport   Base class for JavaBean-style components that need to load properties from one or more resources.  code | html
PropertiesLoaderUtils   Convenient utility methods for loading of java.util.Properties, performing standard handling of input streams.  code | html
ResourcePatternUtils   Utility class for determining whether a given URL is a resource location that can be loaded via a ResourcePatternResolver.  code | html

Classes:

EncodedResource   Holder that combines a org.springframework.core.io.Resource with a specific encoding to be used for reading from the resource.  code | html
LocalizedResourceHelper   Helper class for loading a localized resource, specified through name, extension and current locale.  code | html
PathMatchingResourcePatternResolver   A ResourcePatternResolver implementation that is able to resolve a specified resource location path into one or more matching Resources.  code | html
ResourceArrayPropertyEditor   Editor for org.springframework.core.io.Resource arrays, to automatically convert String location patterns (e.g.  code | html