Package org.apache.tapestry5.modules
Class NoBootstrapModule
- java.lang.Object
-
- org.apache.tapestry5.modules.NoBootstrapModule
-
public class NoBootstrapModule extends Object
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 thetapestry.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 Constructor Description NoBootstrapModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setupCompatibilityDefaults(MappedConfiguration<Trait,Boolean> configuration)
-
-
-
Constructor Detail
-
NoBootstrapModule
public NoBootstrapModule()
-
-
Method Detail
-
setupCompatibilityDefaults
@Contribute(Compatibility.class) public static void setupCompatibilityDefaults(MappedConfiguration<Trait,Boolean> configuration)
-
-