Implementation of {@link org.thymeleaf.resourceresolver.IResourceResolver} that resolvesresources by delegating on Spring's resource resolution mechanism, implemented by the {@link org.springframework.core.io.ResourceLoader} interface.
This resource resolver accesses the Spring resource resolution mechanism by means of calls to {@link ApplicationContext#getResource(String)}.
@author Daniel Fernández @since 2.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|