Uses of Class
org.thymeleaf.engine.AttributeName
Packages that use AttributeName
Package
Description
-
Uses of AttributeName in org.thymeleaf.engine
Subclasses of AttributeName in org.thymeleaf.engineModifier and TypeClassDescriptionfinal classfinal classfinal classMethods in org.thymeleaf.engine that return AttributeNameModifier and TypeMethodDescriptionstatic AttributeNameAttributeNames.forName(TemplateMode templateMode, char[] attributeNameBuffer, int attributeNameOffset, int attributeNameLen) static AttributeNameAttributeNames.forName(TemplateMode templateMode, String attributeName) static AttributeNameAttributeNames.forName(TemplateMode templateMode, String prefix, String attributeName) final AttributeNameAttributeDefinition.getAttributeName()Methods in org.thymeleaf.engine with parameters of type AttributeNameModifier and TypeMethodDescriptionstatic IStandardExpressionEngineEventUtils.computeAttributeExpression(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue) voidElementTagStructureHandler.removeAttribute(AttributeName attributeName) <T extends IProcessableElementTag>
TStandardModelFactory.removeAttribute(T tag, AttributeName attributeName) voidElementTagStructureHandler.replaceAttribute(AttributeName oldAttributeName, String attributeName, String attributeValue) voidElementTagStructureHandler.replaceAttribute(AttributeName oldAttributeName, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes) voidElementTagStructureHandler.replaceAttribute(AttributeName oldAttributeName, AttributeDefinition attributeDefinition, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes) <T extends IProcessableElementTag>
TStandardModelFactory.replaceAttribute(T tag, AttributeName oldAttributeName, String attributeName, String attributeValue) <T extends IProcessableElementTag>
TStandardModelFactory.replaceAttribute(T tag, AttributeName oldAttributeName, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes) -
Uses of AttributeName in org.thymeleaf.model
Methods in org.thymeleaf.model with parameters of type AttributeNameModifier and TypeMethodDescriptionIProcessableElementTag.getAttribute(AttributeName attributeName) Returns the object modelling a specific attribute in the tag (or null if it does not exist).IProcessableElementTag.getAttributeValue(AttributeName attributeName) Returns the value of a specific attribute in the tag (or null if it does not exist).booleanIProcessableElementTag.hasAttribute(AttributeName attributeName) Returns whether an attribute is exists at the tag or not.<T extends IProcessableElementTag>
TIModelFactory.removeAttribute(T tag, AttributeName attributeName) Create a new tag removing an existing attribute.<T extends IProcessableElementTag>
TIModelFactory.replaceAttribute(T tag, AttributeName oldAttributeName, String attributeName, String attributeValue) Create a new tag object replacing an attribute in the original tag with another one.<T extends IProcessableElementTag>
TIModelFactory.replaceAttribute(T tag, AttributeName oldAttributeName, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes) Create a new tag object replacing an attribute in the original tag with another one, also specifying the type of quotes to be used for representing the attribute value. -
Uses of AttributeName in org.thymeleaf.processor.element
Methods in org.thymeleaf.processor.element that return AttributeNameMethods in org.thymeleaf.processor.element with parameters of type AttributeNameModifier and TypeMethodDescriptionprotected abstract voidAbstractAttributeModelProcessor.doProcess(ITemplateContext context, IModel model, AttributeName attributeName, String attributeValue, IElementModelStructureHandler structureHandler) protected abstract voidAbstractAttributeTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) static MatchingAttributeNameMatchingAttributeName.forAttributeName(TemplateMode templateMode, AttributeName matchingAttributeName) booleanMatchingAttributeName.matches(AttributeName attributeName) voidIElementTagStructureHandler.removeAttribute(AttributeName attributeName) Instructs the engine to remove an attribute from the tag being processed.voidIElementTagStructureHandler.replaceAttribute(AttributeName oldAttributeName, String attributeName, String attributeValue) Instructs the engine to replace an existing attribute for a new one (which can also exist) in the current tag being processed.voidIElementTagStructureHandler.replaceAttribute(AttributeName oldAttributeName, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes) Instructs the engine to replace an existing attribute for a new one (which can also exist) in the current tag being processed. -
Uses of AttributeName in org.thymeleaf.standard.processor
Methods in org.thymeleaf.standard.processor with parameters of type AttributeNameModifier and TypeMethodDescriptionAbstractStandardTargetSelectionTagProcessor.computeAdditionalLocalVariables(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IStandardExpression expression) protected final voidAbstractStandardAssertionTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected final voidAbstractStandardAttributeModifierTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler) protected final voidAbstractStandardConditionalVisibilityTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected final voidAbstractStandardDoubleAttributeModifierTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler) protected abstract voidAbstractStandardExpressionAttributeTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler) protected final voidAbstractStandardExpressionAttributeTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected voidAbstractStandardFragmentInsertionTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected final voidAbstractStandardMultipleAttributeModifierTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected final voidAbstractStandardTargetSelectionTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected final voidAbstractStandardTextInlineSettingTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected final voidStandardClassappendTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler) protected final voidStandardConditionalFixedValueTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler) protected voidStandardDOMEventAttributeTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler) protected voidStandardDOMEventAttributeTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected voidStandardEachTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected voidStandardIncludeTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) Deprecated.protected voidStandardRefAttributeTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected voidStandardRemoveTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler) protected final voidStandardStyleappendTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler) protected voidStandardSwitchTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected voidStandardTextTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler) protected voidStandardUtextTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected voidStandardWithTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected voidStandardXmlNsTagProcessor.doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler) protected abstract booleanAbstractStandardConditionalVisibilityTagProcessor.isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue) protected booleanStandardCaseTagProcessor.isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue) protected booleanStandardIfTagProcessor.isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue) protected booleanStandardUnlessTagProcessor.isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue) protected voidAbstractStandardTargetSelectionTagProcessor.validateSelectionValue(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IStandardExpression expression) -
Uses of AttributeName in org.thymeleaf.standard.util
Methods in org.thymeleaf.standard.util with parameters of type AttributeNameModifier and TypeMethodDescriptionstatic voidStandardProcessorUtils.replaceAttribute(IElementTagStructureHandler structureHandler, AttributeName oldAttributeName, AttributeDefinition attributeDefinition, String attributeName, String attributeValue)