Implementation of {@link IResourceResolver} that resolvesresources as classloader resources, using {@link org.thymeleaf.util.ClassLoaderUtils#getClassLoader(Class)} forobtaining the class loader and then executing {@link ClassLoader#getResourceAsStream(String)}
@author Daniel Fernández @since 1.0
|
|
|
|
|
|