public enum EBootstrapCSSPathProvider extends Enum<EBootstrapCSSPathProvider> implements com.helger.html.resource.css.ICSSPathProvider
| Enum Constant and Description |
|---|
BOOTSTRAP
Main Bootstrap CSS
|
BOOTSTRAP_GRID |
BOOTSTRAP_PH
A some of default Bootstrap CSS adoptions etc.
|
BOOTSTRAP_REBOOT |
| Modifier and Type | Method and Description |
|---|---|
String |
getConditionalComment() |
String |
getCSSItemPath(boolean bRegular) |
com.helger.css.media.ICSSMediaList |
getMediaList() |
boolean |
isBundlable() |
static EBootstrapCSSPathProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapCSSPathProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapCSSPathProvider BOOTSTRAP
public static final EBootstrapCSSPathProvider BOOTSTRAP_GRID
public static final EBootstrapCSSPathProvider BOOTSTRAP_REBOOT
public static final EBootstrapCSSPathProvider BOOTSTRAP_PH
public static EBootstrapCSSPathProvider[] values()
for (EBootstrapCSSPathProvider c : EBootstrapCSSPathProvider.values()) System.out.println(c);
public static EBootstrapCSSPathProvider 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 getCSSItemPath(boolean bRegular)
getCSSItemPath in interface com.helger.html.resource.css.ICSSPathProvider@Nullable public String getConditionalComment()
getConditionalComment in interface com.helger.html.resource.css.ICSSProvider@Nonnull @ReturnsMutableCopy public com.helger.css.media.ICSSMediaList getMediaList()
getMediaList in interface com.helger.html.resource.css.ICSSProviderpublic boolean isBundlable()
isBundlable in interface com.helger.html.resource.css.ICSSProviderisBundlable in interface com.helger.html.resource.IHTMLResourceProviderCopyright © 2015–2020 Philip Helger. All rights reserved.