Package org.thymeleaf.spring5.processor
Class SpringObjectTagProcessor
Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.element.AbstractElementTagProcessor
org.thymeleaf.processor.element.AbstractAttributeTagProcessor
org.thymeleaf.standard.processor.AbstractStandardTargetSelectionTagProcessor
org.thymeleaf.spring5.processor.SpringObjectTagProcessor
- All Implemented Interfaces:
IElementProcessor,IElementTagProcessor,IProcessor
Specifies an object to use on a <form>
- Since:
- 3.0.3
- Author:
- Daniel Fernández
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeAdditionalLocalVariables(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IStandardExpression expression) protected voidvalidateSelectionValue(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IStandardExpression expression) Methods inherited from class org.thymeleaf.standard.processor.AbstractStandardTargetSelectionTagProcessor
doProcessMethods inherited from class org.thymeleaf.processor.element.AbstractAttributeTagProcessor
doProcessMethods inherited from class org.thymeleaf.processor.element.AbstractElementTagProcessor
getDialectPrefix, getMatchingAttributeName, getMatchingElementName, processMethods inherited from class org.thymeleaf.processor.AbstractProcessor
getPrecedence, getTemplateModeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.processor.IProcessor
getPrecedence, getTemplateMode
-
Field Details
-
ATTR_PRECEDENCE
public static final int ATTR_PRECEDENCE- See Also:
-
ATTR_NAME
- See Also:
-
-
Constructor Details
-
SpringObjectTagProcessor
-
-
Method Details
-
validateSelectionValue
protected void validateSelectionValue(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IStandardExpression expression) - Overrides:
validateSelectionValuein classAbstractStandardTargetSelectionTagProcessor
-
computeAdditionalLocalVariables
protected Map<String,Object> computeAdditionalLocalVariables(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IStandardExpression expression) - Overrides:
computeAdditionalLocalVariablesin classAbstractStandardTargetSelectionTagProcessor
-