@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() |
public static final String WEBJARS_PATH_PREFIX
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.jspublic @Nullable String path(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.