|
|||||||||
| Home >> All >> org >> springframework >> core >> io >> [ support overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.springframework.core.io.support
Generic abstraction for (file-based) resources, used throughout the framework.
See:
Description
| Interface Summary | |
| ResourcePatternResolver | Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects. |
| Class Summary | |
| PathMatchingResourcePatternResolver | ResourcePatternResolver implementation that applies Ant-style path matching, using Spring's PathMatcher class. |
| ResourceArrayPropertyEditor | Editor for Resource descriptor arrays, to automatically convert String location patterns (e.g. |
Package org.springframework.core.io.support Description
Generic abstraction for (file-based) resources, used throughout the framework.