Package org.thymeleaf.engine
Class AttributeNames
java.lang.Object
org.thymeleaf.engine.AttributeNames
- Since:
- 3.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final AttributeNames.AttributeNamesRepositoryprivate static final AttributeNames.AttributeNamesRepositoryprivate static final AttributeNames.AttributeNamesRepository -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static HTMLAttributeNamebuildHTMLAttributeName(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) private static HTMLAttributeNamebuildHTMLAttributeName(String attributeName) private static HTMLAttributeNamebuildHTMLAttributeName(String prefix, String attributeName) private static TextAttributeNamebuildTextAttributeName(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) private static TextAttributeNamebuildTextAttributeName(String attributeName) private static TextAttributeNamebuildTextAttributeName(String prefix, String attributeName) private static XMLAttributeNamebuildXMLAttributeName(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) private static XMLAttributeNamebuildXMLAttributeName(String attributeName) private static XMLAttributeNamebuildXMLAttributeName(String prefix, String attributeName) static HTMLAttributeNameforHTMLName(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) static HTMLAttributeNameforHTMLName(String attributeName) static HTMLAttributeNameforHTMLName(String prefix, String attributeName) static AttributeNameforName(TemplateMode templateMode, char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) static AttributeNameforName(TemplateMode templateMode, String attributeName) static AttributeNameforName(TemplateMode templateMode, String prefix, String attributeName) static TextAttributeNameforTextName(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) static TextAttributeNameforTextName(String attributeName) static TextAttributeNameforTextName(String prefix, String attributeName) static XMLAttributeNameforXMLName(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) static XMLAttributeNameforXMLName(String attributeName) static XMLAttributeNameforXMLName(String prefix, String attributeName)
-
Field Details
-
htmlAttributeNamesRepository
-
xmlAttributeNamesRepository
-
textAttributeNamesRepository
-
-
Constructor Details
-
AttributeNames
private AttributeNames()
-
-
Method Details
-
buildTextAttributeName
private static TextAttributeName buildTextAttributeName(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) -
buildXMLAttributeName
private static XMLAttributeName buildXMLAttributeName(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) -
buildHTMLAttributeName
private static HTMLAttributeName buildHTMLAttributeName(char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) -
buildTextAttributeName
-
buildXMLAttributeName
-
buildHTMLAttributeName
-
buildTextAttributeName
-
buildXMLAttributeName
-
buildHTMLAttributeName
-
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
-