Uses of Class
org.thymeleaf.engine.AttributeName
-
Packages that use AttributeName Package Description org.thymeleaf.engine org.thymeleaf.model org.thymeleaf.processor.element org.thymeleaf.standard.processor org.thymeleaf.standard.util -
-
Uses of AttributeName in org.thymeleaf.engine
Subclasses of AttributeName in org.thymeleaf.engine Modifier and Type Class Description classHTMLAttributeNameclassTextAttributeNameclassXMLAttributeNameMethods in org.thymeleaf.engine that return AttributeName Modifier and Type Method Description static 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)AttributeNameAttributeDefinition. getAttributeName()Methods in org.thymeleaf.engine with parameters of type AttributeName Modifier and Type Method Description static 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 AttributeName Modifier and Type Method Description IAttributeIProcessableElementTag. getAttribute(AttributeName attributeName)Returns the object modelling a specific attribute in the tag (or null if it does not exist).StringIProcessableElementTag. 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 AttributeName Modifier and Type Method Description AttributeNameMatchingAttributeName. getMatchingAttributeName()Methods in org.thymeleaf.processor.element with parameters of type AttributeName Modifier and Type Method Description protected 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 AttributeName Modifier and Type Method Description protected Map<String,Object>AbstractStandardTargetSelectionTagProcessor. computeAdditionalLocalVariables(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IStandardExpression expression)protected voidAbstractStandardAssertionTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardAttributeModifierTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)protected voidAbstractStandardConditionalVisibilityTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected 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 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 voidAbstractStandardMultipleAttributeModifierTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardTargetSelectionTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardTextInlineSettingTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardClassappendTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)protected 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 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 voidStandardStyleappendTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardSubstituteByTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, 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 AttributeName Modifier and Type Method Description static voidStandardProcessorUtils. replaceAttribute(IElementTagStructureHandler structureHandler, AttributeName oldAttributeName, AttributeDefinition attributeDefinition, String attributeName, String attributeValue)
-