| Package | Description |
|---|---|
| org.thymeleaf.engine | |
| org.thymeleaf.model |
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLElementDefinition |
class |
TextElementDefinition |
class |
XMLElementDefinition |
| Modifier and Type | Method and Description |
|---|---|
ElementDefinition |
ElementDefinitions.forName(TemplateMode templateMode,
char[] elementName,
int elementNameOffset,
int elementNameLen) |
ElementDefinition |
ElementDefinitions.forName(TemplateMode templateMode,
String elementName) |
ElementDefinition |
ElementDefinitions.forName(TemplateMode templateMode,
String prefix,
String elementName) |
| Modifier and Type | Method and Description |
|---|---|
ElementDefinition |
IElementTag.getElementDefinition()
Returns the
ElementDefinition corresponding to this tag. |
Copyright © 2017 The THYMELEAF team. All rights reserved.