public class StaticResourceResolver
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static StaticResourceResolver | EMPTYAn empty resolver to use as a constant. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Optional<java.net.URL> | resolve(java.lang.String resourcePath)Resolves a path to a URL. | 
public static final StaticResourceResolver EMPTY