Uses of Class
org.thymeleaf.engine.ElementName
-
Packages that use ElementName Package Description org.thymeleaf.engine org.thymeleaf.processor.element -
-
Uses of ElementName in org.thymeleaf.engine
Subclasses of ElementName in org.thymeleaf.engine Modifier and Type Class Description classHTMLElementNameclassTextElementNameclassXMLElementNameMethods in org.thymeleaf.engine that return ElementName Modifier and Type Method Description static ElementNameElementNames. forName(TemplateMode templateMode, char[] elementNameBuffer, int elementNameOffset, int elementNameLen)static ElementNameElementNames. forName(TemplateMode templateMode, String elementName)static ElementNameElementNames. forName(TemplateMode templateMode, String prefix, String elementName)ElementNameElementDefinition. getElementName() -
Uses of ElementName in org.thymeleaf.processor.element
Methods in org.thymeleaf.processor.element that return ElementName Modifier and Type Method Description ElementNameMatchingElementName. getMatchingElementName()Methods in org.thymeleaf.processor.element with parameters of type ElementName Modifier and Type Method Description static MatchingElementNameMatchingElementName. forElementName(TemplateMode templateMode, ElementName matchingElementName)booleanMatchingElementName. matches(ElementName elementName)
-