public final class SpringObjectTagProcessor
extends org.thymeleaf.standard.processor.AbstractStandardTargetSelectionTagProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_NAME |
static int |
ATTR_PRECEDENCE |
| Constructor and Description |
|---|
SpringObjectTagProcessor(String dialectPrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
computeAdditionalLocalVariables(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.engine.AttributeName attributeName,
String attributeValue,
org.thymeleaf.standard.expression.IStandardExpression expression) |
protected void |
validateSelectionValue(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.engine.AttributeName attributeName,
String attributeValue,
org.thymeleaf.standard.expression.IStandardExpression expression) |
doProcessdoProcessgetDialectPrefix, getMatchingAttributeName, getMatchingElementName, processgetPrecedence, getTemplateModepublic static final int ATTR_PRECEDENCE
public static final String ATTR_NAME
public SpringObjectTagProcessor(String dialectPrefix)
protected void validateSelectionValue(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.engine.AttributeName attributeName,
String attributeValue,
org.thymeleaf.standard.expression.IStandardExpression expression)
validateSelectionValue in class org.thymeleaf.standard.processor.AbstractStandardTargetSelectionTagProcessorprotected Map<String,Object> computeAdditionalLocalVariables(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IProcessableElementTag tag, org.thymeleaf.engine.AttributeName attributeName, String attributeValue, org.thymeleaf.standard.expression.IStandardExpression expression)
computeAdditionalLocalVariables in class org.thymeleaf.standard.processor.AbstractStandardTargetSelectionTagProcessorCopyright © 2017 The THYMELEAF team. All rights reserved.