-
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.
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Convenience base class for
Resource implementations,
pre-implementing typical behavior.
Tests whether or not a string matches against a pattern via a
Pattern.
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for class path resources.
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Extended interface for a resource that is loaded from an enclosing
'context', e.g. from a
jakarta.servlet.ServletContext but also
from plain classpath paths or relative file system paths (specified
without an explicit prefix, hence applying relative to the local
ResourceLoader's context).
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Simple interface for objects that are sources for an
InputStream.
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
A resolution strategy for protocol-specific resource handles.
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Strategy interface for loading resources (e.g., class path or file system
resources).
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Strategy interface for resolving a location pattern (for example,
an Ant-style path pattern) into
Resource objects.
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for
java.net.URL locators.
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Extended interface for a resource that supports writing to it.
-
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Strategy interface for loading resources (e.g., class path or file system
resources).