Package org.thymeleaf.engine
Class AttributeNames
Object
org.thymeleaf.engine.AttributeNames
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic HTMLAttributeName
forHTMLName
(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) static HTMLAttributeName
forHTMLName
(String attributeName) static HTMLAttributeName
forHTMLName
(String prefix, String attributeName) static AttributeName
forName
(TemplateMode templateMode, char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) static AttributeName
forName
(TemplateMode templateMode, String attributeName) static AttributeName
forName
(TemplateMode templateMode, String prefix, String attributeName) static TextAttributeName
forTextName
(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) static TextAttributeName
forTextName
(String attributeName) static TextAttributeName
forTextName
(String prefix, String attributeName) static XMLAttributeName
forXMLName
(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) static XMLAttributeName
forXMLName
(String attributeName) static XMLAttributeName
forXMLName
(String prefix, String attributeName)
-
Method Details
-
forName
public static AttributeName forName(TemplateMode templateMode, char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) -
forName
-
forName
-
forTextName
public static TextAttributeName forTextName(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) -
forXMLName
public static XMLAttributeName forXMLName(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) -
forHTMLName
public static HTMLAttributeName forHTMLName(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) -
forTextName
-
forXMLName
-
forHTMLName
-
forTextName
-
forXMLName
-
forHTMLName
-