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 classHTMLAttributeNameclassTextAttributeNameclassXMLAttributeNameFields in org.thymeleaf.engine declared as AttributeName Modifier and Type Field Description (package private) AttributeNameAttributeDefinition. attributeNameFields in org.thymeleaf.engine with type parameters of type AttributeName Modifier and Type Field Description private java.util.List<AttributeName>AttributeNames.AttributeNamesRepository. repositoryMethods 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, java.lang.String attributeName)static AttributeNameAttributeNames. forName(TemplateMode templateMode, java.lang.String prefix, java.lang.String attributeName)(package private) AttributeNameAttributeNames.AttributeNamesRepository. getAttribute(char[] text, int offset, int len)(package private) AttributeNameAttributeNames.AttributeNamesRepository. getAttribute(java.lang.String completeAttributeName)(package private) AttributeNameAttributeNames.AttributeNamesRepository. getAttribute(java.lang.String prefix, java.lang.String attributeName)AttributeNameAttributeDefinition. getAttributeName()private AttributeNameAttributeNames.AttributeNamesRepository. storeAttribute(char[] text, int offset, int len)private AttributeNameAttributeNames.AttributeNamesRepository. storeAttribute(java.lang.String attributeName)private AttributeNameAttributeNames.AttributeNamesRepository. storeAttribute(java.lang.String prefix, java.lang.String attributeName)Methods in org.thymeleaf.engine with parameters of type AttributeName Modifier and Type Method Description static IStandardExpressionEngineEventUtils. computeAttributeExpression(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue)IAttributeAbstractProcessableElementTag. getAttribute(AttributeName attributeName)(package private) AttributeAttributes. getAttribute(AttributeName attributeName)java.lang.StringAbstractProcessableElementTag. getAttributeValue(AttributeName attributeName)booleanAbstractProcessableElementTag. hasAttribute(AttributeName attributeName)(package private) booleanAttributes. hasAttribute(AttributeName attributeName)(package private) abstract AbstractProcessableElementTagAbstractProcessableElementTag. removeAttribute(AttributeName attributeName)(package private) AttributesAttributes. removeAttribute(AttributeName attributeName)voidElementTagStructureHandler. removeAttribute(AttributeName attributeName)(package private) OpenElementTagOpenElementTag. removeAttribute(AttributeName attributeName)(package private) StandaloneElementTagStandaloneElementTag. removeAttribute(AttributeName attributeName)private IOpenElementTagStandardModelFactory. removeAttribute(IOpenElementTag openElementTag, AttributeName attributeName)private IStandaloneElementTagStandardModelFactory. removeAttribute(IStandaloneElementTag standaloneElementTag, AttributeName attributeName)<T extends IProcessableElementTag>
TStandardModelFactory. removeAttribute(T tag, AttributeName attributeName)(package private) abstract AbstractProcessableElementTagAbstractProcessableElementTag. replaceAttribute(AttributeDefinitions attributeDefinitions, AttributeName oldName, AttributeDefinition newAttributeDefinition, java.lang.String completeNewName, java.lang.String value, AttributeValueQuotes valueQuotes)(package private) AttributesAttributes. replaceAttribute(AttributeDefinitions attributeDefinitions, TemplateMode templateMode, AttributeName oldName, AttributeDefinition newAttributeDefinition, java.lang.String newCompleteName, java.lang.String value, AttributeValueQuotes valueQuotes)voidElementTagStructureHandler. replaceAttribute(AttributeName oldAttributeName, java.lang.String attributeName, java.lang.String attributeValue)voidElementTagStructureHandler. replaceAttribute(AttributeName oldAttributeName, java.lang.String attributeName, java.lang.String attributeValue, AttributeValueQuotes attributeValueQuotes)voidElementTagStructureHandler. replaceAttribute(AttributeName oldAttributeName, AttributeDefinition attributeDefinition, java.lang.String attributeName, java.lang.String attributeValue, AttributeValueQuotes attributeValueQuotes)(package private) OpenElementTagOpenElementTag. replaceAttribute(AttributeDefinitions attributeDefinitions, AttributeName oldName, AttributeDefinition newAttributeDefinition, java.lang.String completeNewName, java.lang.String value, AttributeValueQuotes valueQuotes)(package private) StandaloneElementTagStandaloneElementTag. replaceAttribute(AttributeDefinitions attributeDefinitions, AttributeName oldName, AttributeDefinition newAttributeDefinition, java.lang.String completeNewName, java.lang.String value, AttributeValueQuotes valueQuotes)private IOpenElementTagStandardModelFactory. replaceAttribute(IOpenElementTag openElementTag, AttributeName oldAttributeName, java.lang.String attributeName, java.lang.String attributeValue)private IOpenElementTagStandardModelFactory. replaceAttribute(IOpenElementTag openElementTag, AttributeName oldAttributeName, java.lang.String attributeName, java.lang.String attributeValue, AttributeValueQuotes attributeValueQuotes)private IStandaloneElementTagStandardModelFactory. replaceAttribute(IStandaloneElementTag standaloneElementTag, AttributeName oldAttributeName, java.lang.String attributeName, java.lang.String attributeValue)private IStandaloneElementTagStandardModelFactory. replaceAttribute(IStandaloneElementTag standaloneElementTag, AttributeName oldAttributeName, java.lang.String attributeName, java.lang.String attributeValue, AttributeValueQuotes attributeValueQuotes)<T extends IProcessableElementTag>
TStandardModelFactory. replaceAttribute(T tag, AttributeName oldAttributeName, java.lang.String attributeName, java.lang.String attributeValue)<T extends IProcessableElementTag>
TStandardModelFactory. replaceAttribute(T tag, AttributeName oldAttributeName, java.lang.String attributeName, java.lang.String attributeValue, AttributeValueQuotes attributeValueQuotes)private intAttributes. searchAttribute(AttributeName attributeName)Constructors in org.thymeleaf.engine with parameters of type AttributeName Constructor Description AttributeDefinition(AttributeName attributeName, java.util.Set<IElementProcessor> associatedProcessors) -
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).java.lang.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, java.lang.String attributeName, java.lang.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, java.lang.String attributeName, java.lang.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
Fields in org.thymeleaf.processor.element declared as AttributeName Modifier and Type Field Description private AttributeNameMatchingAttributeName. matchingAttributeNameMethods 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, java.lang.String attributeValue, IElementModelStructureHandler structureHandler)protected abstract voidAbstractAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.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, java.lang.String attributeName, java.lang.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, java.lang.String attributeName, java.lang.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.Constructors in org.thymeleaf.processor.element with parameters of type AttributeName Constructor Description MatchingAttributeName(TemplateMode templateMode, AttributeName matchingAttributeName, java.lang.String matchingAllAttributesWithPrefix, boolean matchingAllAttributes) -
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 java.util.Map<java.lang.String,java.lang.Object>AbstractStandardTargetSelectionTagProcessor. computeAdditionalLocalVariables(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IStandardExpression expression)protected voidAbstractStandardAssertionTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardAttributeModifierTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, java.lang.Object expressionResult, IElementTagStructureHandler structureHandler)protected voidAbstractStandardConditionalVisibilityTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardDoubleAttributeModifierTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, java.lang.Object expressionResult, IElementTagStructureHandler structureHandler)protected abstract voidAbstractStandardExpressionAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, java.lang.Object expressionResult, IElementTagStructureHandler structureHandler)protected voidAbstractStandardExpressionAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardFragmentInsertionTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardMultipleAttributeModifierTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardTargetSelectionTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidAbstractStandardTextInlineSettingTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardClassappendTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, java.lang.Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardConditionalFixedValueTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, java.lang.Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardDOMEventAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, java.lang.Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardDOMEventAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardEachTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardIncludeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)Deprecated.protected voidStandardRefAttributeTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardRemoveTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, java.lang.Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardStyleappendTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, java.lang.Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardSwitchTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardTextTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, java.lang.Object expressionResult, IElementTagStructureHandler structureHandler)protected voidStandardUtextTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardWithTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected voidStandardXmlNsTagProcessor. doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue, IElementTagStructureHandler structureHandler)protected abstract booleanAbstractStandardConditionalVisibilityTagProcessor. isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue)protected booleanStandardCaseTagProcessor. isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue)protected booleanStandardIfTagProcessor. isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue)protected booleanStandardUnlessTagProcessor. isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.String attributeValue)protected voidAbstractStandardTargetSelectionTagProcessor. validateSelectionValue(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, java.lang.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, java.lang.String attributeName, java.lang.String attributeValue)
-