Package | Description |
---|---|
org.apache.tapestry5.internal.services.compatibility | |
org.apache.tapestry5.modules | |
org.apache.tapestry5.services.compatibility |
A more structured approach to tracking how compatibility features are enabled, as well as tracking
compatibility exceptions.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CompatibilityImpl.enabled(Trait trait) |
Constructor and Description |
---|
CompatibilityImpl(Map<Trait,Boolean> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
Bootstrap4Module.setupCompatibilityDefaults(MappedConfiguration<Trait,Boolean> configuration) |
static void |
NoBootstrapModule.setupCompatibilityDefaults(MappedConfiguration<Trait,Boolean> configuration) |
static void |
JavaScriptModule.setupCompatibilityDefaults(MappedConfiguration<Trait,Boolean> configuration) |
Modifier and Type | Method and Description |
---|---|
static Trait |
Trait.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trait[] |
Trait.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Compatibility.enabled(Trait trait)
Returns true if the indicated compatibility trait is enabled.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.