| Package | Description |
|---|---|
| org.thymeleaf.engine | |
| org.thymeleaf.processor.element |
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLElementName |
class |
TextElementName |
class |
XMLElementName |
| Modifier and Type | Method and Description |
|---|---|
static ElementName |
ElementNames.forName(TemplateMode templateMode,
char[] elementNameBuffer,
int elementNameOffset,
int elementNameLen) |
static ElementName |
ElementNames.forName(TemplateMode templateMode,
String elementName) |
static ElementName |
ElementNames.forName(TemplateMode templateMode,
String prefix,
String elementName) |
ElementName |
ElementDefinition.getElementName() |
| Modifier and Type | Method and Description |
|---|---|
ElementName |
MatchingElementName.getMatchingElementName() |
| Modifier and Type | Method and Description |
|---|---|
static MatchingElementName |
MatchingElementName.forElementName(TemplateMode templateMode,
ElementName matchingElementName) |
boolean |
MatchingElementName.matches(ElementName elementName) |
Copyright © 2016 The THYMELEAF team. All rights reserved.