@ThreadSafe public final class BootstrapCustomConfig extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.collection.impl.ICommonsList<com.helger.html.resource.css.ICSSPathProvider> |
getAllBootstrapCSS() |
static com.helger.commons.collection.impl.ICommonsList<com.helger.html.resource.js.IJSPathProvider> |
getAllBootstrapJS() |
static void |
setBootstrapCSS(com.helger.html.resource.css.ICSSPathProvider... aCSSPathProvider) |
static void |
setBootstrapJS(com.helger.html.resource.js.IJSPathProvider... aJSPathProvider) |
public static void setBootstrapCSS(@Nonnull @Nonempty com.helger.html.resource.css.ICSSPathProvider... aCSSPathProvider)
@Nonnull @Nonempty public static com.helger.commons.collection.impl.ICommonsList<com.helger.html.resource.css.ICSSPathProvider> getAllBootstrapCSS()
public static void setBootstrapJS(@Nonnull @Nonempty com.helger.html.resource.js.IJSPathProvider... aJSPathProvider)
@Nonnull @Nonempty public static com.helger.commons.collection.impl.ICommonsList<com.helger.html.resource.js.IJSPathProvider> getAllBootstrapJS()
Copyright © 2015–2020 Philip Helger. All rights reserved.