public class StaticResourceLoader
extends java.lang.Object
implements org.springframework.core.io.ResourceLoader
| Constructor and Description |
|---|
StaticResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.ClassLoader |
getClassLoader() |
org.springframework.core.io.Resource |
getResource(java.lang.String location) |
void |
setBaseResource(org.springframework.core.io.Resource baseResource) |
public void setBaseResource(org.springframework.core.io.Resource baseResource)
public org.springframework.core.io.Resource getResource(java.lang.String location)
getResource in interface org.springframework.core.io.ResourceLoaderpublic java.lang.ClassLoader getClassLoader()
getClassLoader in interface org.springframework.core.io.ResourceLoader