public interface WebjarRegistrar
Use this interface to register the version of your WebJars for the WebjarsDialect.
Somewhere in one of your Spring-ApplicationContext @Configuration classes you would then have something like:
@Bean
public WebjarRegistrar myWebjars() {
return () -> Webjars.webjars;
}
The class Webjars must be generated by the gradle plugin cc.catalysts.webjars
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,?> |
getWebjarMap() |