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 classHTMLElementNameclassTextElementNameclassXMLElementNameFields in org.thymeleaf.engine declared as ElementName Modifier and Type Field Description (package private) ElementNameElementDefinition. elementNameFields in org.thymeleaf.engine with type parameters of type ElementName Modifier and Type Field Description private java.util.List<ElementName>ElementNames.ElementNamesRepository. repositoryMethods 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, java.lang.String elementName)static ElementNameElementNames. forName(TemplateMode templateMode, java.lang.String prefix, java.lang.String elementName)(package private) ElementNameElementNames.ElementNamesRepository. getElement(char[] text, int offset, int len)(package private) ElementNameElementNames.ElementNamesRepository. getElement(java.lang.String completeElementName)(package private) ElementNameElementNames.ElementNamesRepository. getElement(java.lang.String prefix, java.lang.String elementName)ElementNameElementDefinition. getElementName()private ElementNameElementNames.ElementNamesRepository. storeElement(char[] text, int offset, int len)private ElementNameElementNames.ElementNamesRepository. storeElement(java.lang.String elementName)private ElementNameElementNames.ElementNamesRepository. storeElement(java.lang.String prefix, java.lang.String elementName)Methods in org.thymeleaf.engine with parameters of type ElementName Modifier and Type Method Description private TextTemplateModelController. computeWhiteSpacePrecedingIteration(ElementName iteratedElementName)Constructors in org.thymeleaf.engine with parameters of type ElementName Constructor Description ElementDefinition(ElementName elementName, java.util.Set<IElementProcessor> associatedProcessors) -
Uses of ElementName in org.thymeleaf.processor.element
Fields in org.thymeleaf.processor.element declared as ElementName Modifier and Type Field Description private ElementNameMatchingElementName. matchingElementNameMethods 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)Constructors in org.thymeleaf.processor.element with parameters of type ElementName Constructor Description MatchingElementName(TemplateMode templateMode, ElementName matchingElementName, java.lang.String matchingAllElementsWithPrefix, boolean matchingAllElements)
-