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