| Interface | Description |
|---|---|
| IFullPathProvider |
full path to a webjars provider
|
| IResourceStreamProvider |
Creates a new
IResourceStream that points to a given path. |
| Class | Description |
|---|---|
| ClassLoaderResourceStreamProvider |
Loads a resource by calling
ClassLoader.getResourceAsStream(String) |
| ClasspathUrlStreamHandler |
A
URLStreamHandler that handles resources on the classpath. |
| Helper |
some helper methods
|
| RecentVersionCallable |
Callable that loads the recent version string of given webjars resource
|
| UrlResourceStreamProvider |
Loads a resource by using
ClasspathUrlStreamHandler. |
| WebJarAssetLocator |
Locate WebJar assets.
|
| WebjarsVersion |
Collects recent versions of webjars resources.
|
| Exception | Description |
|---|---|
| WebJarAssetLocator.ResourceException |
resource exception without stacktrace.
|
Copyright © 2019 agilecoders.de. All Rights Reserved.