| AbstractFileResolvingResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Abstract base class for resources which resolve URLs into File references,
such as UrlResource or ClassPathResource.
|
| AbstractFileResolvingResource.VfsResourceDelegate |
Inner delegate class, avoiding a hard JBoss VFS API dependency at runtime.
|
| AbstractResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Convenience base class for Resource implementations,
pre-implementing typical behavior.
|
| AntPathMatcher |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
PathMatcher implementation for Ant-style path patterns.
|
| AntPathMatcher.AntPathStringMatcher |
Tests whether or not a string matches against a pattern via a Pattern.
|
| AntPathMatcher.AntPatternComparator |
|
| AntPathMatcher.AntPatternComparator.PatternInfo |
Value class that holds information about the pattern, e.g. number of
occurrences of "*", "**", and "{" pattern elements.
|
| AntPathMatcher.PathSeparatorPatternCache |
A simple cache for patterns that depend on the configured path separator.
|
| ByteArrayResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for a given byte array.
|
| ClassPathResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for class path resources.
|
| DefaultResourceLoader |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Default implementation of the ResourceLoader interface.
|
| DefaultResourceLoader.ClassPathContextResource |
ClassPathResource that explicitly expresses a context-relative path
through implementing the ContextResource interface.
|
| FileSystemResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for java.io.File and
java.nio.file.Path handles with a file system target.
|
| FileUrlResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Subclass of UrlResource which assumes file resolution, to the degree
of implementing the WritableResource interface for it.
|
| InputStreamResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for a given InputStream.
|
| PathMatchingResourcePatternResolver |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
A ResourcePatternResolver implementation that is able to resolve a
specified resource location path into one or more matching Resources.
|
| PathMatchingResourcePatternResolver.PatternVirtualFileVisitor |
VFS visitor for path matching purposes.
|
| PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate |
Inner delegate class, avoiding a hard JBoss VFS API dependency at runtime.
|
| PathResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for Path handles,
performing all operations and transformations via the Path API.
|
| UrlResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for java.net.URL locators.
|
| VfsPatternUtils |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Artificial class used for accessing the VfsUtils methods
without exposing them to the entire world.
|
| VfsResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
JBoss VFS based Resource implementation.
|
| VfsUtils |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Utility for detecting and accessing JBoss VFS in the classpath.
|