public enum EBootstrapJSPathProvider extends Enum<EBootstrapJSPathProvider> implements com.helger.html.resource.js.IJSPathProvider
| Enum Constant and Description |
|---|
BOOTSTRAP
Default complete Bootstrap JS
|
BOOTSTRAP_BUNDLE |
BOOTSTRAP_PH
Some Bootstrap JS extensions
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConditionalComment() |
String |
getJSItemPath(boolean bRegular) |
boolean |
isBundlable() |
static EBootstrapJSPathProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapJSPathProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapJSPathProvider BOOTSTRAP
public static final EBootstrapJSPathProvider BOOTSTRAP_BUNDLE
public static final EBootstrapJSPathProvider BOOTSTRAP_PH
public static EBootstrapJSPathProvider[] values()
for (EBootstrapJSPathProvider c : EBootstrapJSPathProvider.values()) System.out.println(c);
public static EBootstrapJSPathProvider valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Nonnull @Nonempty public String getJSItemPath(boolean bRegular)
getJSItemPath in interface com.helger.html.resource.js.IJSPathProvider@Nullable public String getConditionalComment()
getConditionalComment in interface com.helger.html.resource.js.IJSProviderpublic boolean isBundlable()
isBundlable in interface com.helger.html.resource.IHTMLResourceProviderisBundlable in interface com.helger.html.resource.js.IJSProviderCopyright © 2015–2020 Philip Helger. All rights reserved.