Package org.springframework.core.io.support

Support classes for Spring's resource abstraction, like a ResourcePatternResolver mechanism.

See:
          Description

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

Class Summary
LocalizedResourceHelper Helper class for loading a localized resource, specified through name, extension and current locale.
PathMatchingResourcePatternResolver ResourcePatternResolver implementation that applies Ant-style path matching, using Spring's PathMatcher class.
PropertiesLoaderSupport Base class for JavaBean-style components that need to load properties from one or more resources.
ResourceArrayPropertyEditor Editor for Resource descriptor arrays, to automatically convert String location patterns (e.g.
ResourcePatternUtils Utility class for determining whether a given URL is a resource location that can be loaded via a ResourcePatternResolver.
 

Package org.springframework.core.io.support Description

Support classes for Spring's resource abstraction, like a ResourcePatternResolver mechanism.



Copyright (c) 2002-2005 The Spring Framework Project.