Package org.apache.tapestry5.modules
Class NoBootstrapModule
java.lang.Object
org.apache.tapestry5.modules.NoBootstrapModule
Module which defines the options needed to run Tapestry without Bootstrap. You'll need
to define the CSS file to be included in all pages by setting the
tapestry.default-stylesheet
configuration symbol
(SymbolConstants.DEFAULT_STYLESHEET
). Notice Tapestry will not provide any
CSS, so you're on your own regarding stylesheets.- Since:
- 5.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
setupCompatibilityDefaults
(MappedConfiguration<Trait, Boolean> configuration)
-
Constructor Details
-
NoBootstrapModule
public NoBootstrapModule()
-
-
Method Details
-
setupCompatibilityDefaults
@Contribute(Compatibility.class) public static void setupCompatibilityDefaults(MappedConfiguration<Trait, Boolean> configuration)
-