-
class
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for class path resources.
protected static class
ClassPathResource that explicitly expresses a context-relative path
through implementing the ContextResource interface.
class
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.
class
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for
java.net.URL locators.