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 classFields in org.thymeleaf.engine declared as AttributeNameModifier and TypeFieldDescription(package private) final AttributeNameAttributeDefinition.attributeNameFields in org.thymeleaf.engine with type parameters of type AttributeNameModifier and TypeFieldDescriptionprivate final List<AttributeName> AttributeNames.AttributeNamesRepository.repositoryMethods 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) (package private) AttributeNameAttributeNames.AttributeNamesRepository.getAttribute(char[] text, int offset, int len) (package private) AttributeNameAttributeNames.AttributeNamesRepository.getAttribute(String completeAttributeName) (package private) AttributeNameAttributeNames.AttributeNamesRepository.getAttribute(String prefix, String attributeName) final AttributeNameAttributeDefinition.getAttributeName()private AttributeNameAttributeNames.AttributeNamesRepository.storeAttribute(char[] text, int offset, int len) private AttributeNameAttributeNames.AttributeNamesRepository.storeAttribute(String attributeName) private AttributeNameAttributeNames.AttributeNamesRepository.storeAttribute(String prefix, String attributeName) Methods in org.thymeleaf.engine with parameters of type AttributeNameModifier and TypeMethodDescriptionstatic IStandardExpressionEngineEventUtils.computeAttributeExpression(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue) final IAttributeAbstractProcessableElementTag.getAttribute(AttributeName attributeName) (package private) AttributeAttributes.getAttribute(AttributeName attributeName) final StringAbstractProcessableElementTag.getAttributeValue(AttributeName attributeName) final 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, String completeNewName, String value, AttributeValueQuotes valueQuotes) (package private) AttributesAttributes.replaceAttribute(AttributeDefinitions attributeDefinitions, TemplateMode templateMode, AttributeName oldName, AttributeDefinition newAttributeDefinition, String newCompleteName, String value, AttributeValueQuotes valueQuotes) 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) (package private) OpenElementTagOpenElementTag.replaceAttribute(AttributeDefinitions attributeDefinitions, AttributeName oldName, AttributeDefinition newAttributeDefinition, String completeNewName, String value, AttributeValueQuotes valueQuotes) (package private) StandaloneElementTagStandaloneElementTag.replaceAttribute(AttributeDefinitions attributeDefinitions, AttributeName oldName, AttributeDefinition newAttributeDefinition, String completeNewName, String value, AttributeValueQuotes valueQuotes) private IOpenElementTagStandardModelFactory.replaceAttribute(IOpenElementTag openElementTag, AttributeName oldAttributeName, String attributeName, String attributeValue) private IOpenElementTagStandardModelFactory.replaceAttribute(IOpenElementTag openElementTag, AttributeName oldAttributeName, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes) private IStandaloneElementTagStandardModelFactory.replaceAttribute(IStandaloneElementTag standaloneElementTag, AttributeName oldAttributeName, String attributeName, String attributeValue) private IStandaloneElementTagStandardModelFactory.replaceAttribute(IStandaloneElementTag standaloneElementTag, AttributeName oldAttributeName, 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) private intAttributes.searchAttribute(AttributeName attributeName) Constructors in org.thymeleaf.engine with parameters of type AttributeNameModifierConstructorDescription(package private)AttributeDefinition(AttributeName attributeName, Set<IElementProcessor> associatedProcessors) -
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
Fields in org.thymeleaf.processor.element declared as AttributeNameModifier and TypeFieldDescriptionprivate final AttributeNameMatchingAttributeName.matchingAttributeNameMethods 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.Constructors in org.thymeleaf.processor.element with parameters of type AttributeNameModifierConstructorDescriptionprivateMatchingAttributeName(TemplateMode templateMode, AttributeName matchingAttributeName, String matchingAllAttributesWithPrefix, boolean matchingAllAttributes) -
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)