Package org.thymeleaf.engine
Class ElementDefinitions.HTMLElementDefinitionSpec
- java.lang.Object
-
- org.thymeleaf.engine.ElementDefinitions.HTMLElementDefinitionSpec
-
- Enclosing class:
- ElementDefinitions
private static final class ElementDefinitions.HTMLElementDefinitionSpec extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.util.List<ElementDefinitions.HTMLElementDefinitionSpec>ALL_SPECS(package private) HTMLElementNamename(package private) HTMLElementTypetype
-
Constructor Summary
Constructors Constructor Description HTMLElementDefinitionSpec(HTMLElementName name, HTMLElementType type)
-
-
-
Field Detail
-
ALL_SPECS
static final java.util.List<ElementDefinitions.HTMLElementDefinitionSpec> ALL_SPECS
-
name
HTMLElementName name
-
type
HTMLElementType type
-
-
Constructor Detail
-
HTMLElementDefinitionSpec
HTMLElementDefinitionSpec(HTMLElementName name, HTMLElementType type)
-
-