|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Resource | Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource. |
ResourceLoader | Strategy interface for loading resources (e.. class path or file system resources). |
Class Summary | |
---|---|
AbstractFileResolvingResource | Abstract base class for resources which resolve URLs into File references,
such as org.springframework.core.io.UrlResource or org.springframework.core.io.ClassPathResource . |
AntPathMatcher | PathMatcher implementation for Ant-style path patterns. |
ByteArrayResource | A Resource impl used represent a Resource as an array of bytes |
ClassPathResource | Resource implementation for class path resources. |
DefaultResourceLoader | Default implementation of the ResourceLoader interface. |
FileSystemResource | Based on Spring FileSystemResource implementation. |
GrailsResourceUtils | Utility methods for resource handling / figuring out class names. |
IOUtils | Simple utility methods for file and stream copying. |
PathMatchingResourcePatternResolver | A ResourcePatternResolver implementation that is able to resolve a specified resource location path into one or more matching Resources. |
UrlResource | Resource implementation for java.net.URL locators.
|
Groovy Documentation