@NullMarked public class WebJarVersionLocator extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WEBJARS_PATH_PREFIX
The path to where webjar resources live.
|
| Constructor and Description |
|---|
WebJarVersionLocator() |
WebJarVersionLocator(WebJarCache cache) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
fullPath(String webJarName,
String exactPath) |
@Nullable String |
webJarVersion(String webJarName) |
public static final String WEBJARS_PATH_PREFIX
public WebJarVersionLocator()
public WebJarVersionLocator(WebJarCache cache)
public @Nullable String fullPath(String webJarName, String exactPath)
webJarName - The name of the WebJar, i.e. bootstrapexactPath - The path to the file within the WebJar, i.e. js/bootstrap.jsCopyright © 2012–2024. All rights reserved.