Uses of Class
org.thymeleaf.engine.ElementName
Packages that use ElementName
-
Uses of ElementName in org.thymeleaf.engine
Subclasses of ElementName in org.thymeleaf.engineModifier and TypeClassDescriptionfinal classfinal classfinal classFields in org.thymeleaf.engine declared as ElementNameModifier and TypeFieldDescription(package private) final ElementNameElementDefinition.elementNameFields in org.thymeleaf.engine with type parameters of type ElementNameModifier and TypeFieldDescriptionprivate final List<ElementName> ElementNames.ElementNamesRepository.repositoryMethods in org.thymeleaf.engine that return ElementNameModifier and TypeMethodDescriptionstatic 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) (package private) ElementNameElementNames.ElementNamesRepository.getElement(char[] text, int offset, int len) (package private) ElementNameElementNames.ElementNamesRepository.getElement(String completeElementName) (package private) ElementNameElementNames.ElementNamesRepository.getElement(String prefix, String elementName) final ElementNameElementDefinition.getElementName()private ElementNameElementNames.ElementNamesRepository.storeElement(char[] text, int offset, int len) private ElementNameElementNames.ElementNamesRepository.storeElement(String elementName) private ElementNameElementNames.ElementNamesRepository.storeElement(String prefix, String elementName) Methods in org.thymeleaf.engine with parameters of type ElementNameModifier and TypeMethodDescriptionprivate TextTemplateModelController.computeWhiteSpacePrecedingIteration(ElementName iteratedElementName) Constructors in org.thymeleaf.engine with parameters of type ElementNameModifierConstructorDescription(package private)ElementDefinition(ElementName elementName, Set<IElementProcessor> associatedProcessors) -
Uses of ElementName in org.thymeleaf.processor.element
Fields in org.thymeleaf.processor.element declared as ElementNameModifier and TypeFieldDescriptionprivate final ElementNameMatchingElementName.matchingElementNameMethods in org.thymeleaf.processor.element that return ElementNameMethods in org.thymeleaf.processor.element with parameters of type ElementNameModifier and TypeMethodDescriptionstatic MatchingElementNameMatchingElementName.forElementName(TemplateMode templateMode, ElementName matchingElementName) booleanMatchingElementName.matches(ElementName elementName) Constructors in org.thymeleaf.processor.element with parameters of type ElementNameModifierConstructorDescriptionprivateMatchingElementName(TemplateMode templateMode, ElementName matchingElementName, String matchingAllElementsWithPrefix, boolean matchingAllElements)