public final class SpringMethodTagProcessor
extends org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor
implements org.thymeleaf.engine.IAttributeDefinitionsAware
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTR_PRECEDENCE |
static String |
TARGET_ATTR_NAME |
| Constructor and Description |
|---|
SpringMethodTagProcessor(String dialectPrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcess(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.engine.AttributeName attributeName,
String attributeValue,
Object expressionResult,
org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler) |
protected boolean |
isMethodBrowserSupported(String method) |
void |
setAttributeDefinitions(org.thymeleaf.engine.AttributeDefinitions attributeDefinitions) |
doProcessdoProcessgetDialectPrefix, getMatchingAttributeName, getMatchingElementName, processgetPrecedence, getTemplateModepublic static final int ATTR_PRECEDENCE
public static final String TARGET_ATTR_NAME
public SpringMethodTagProcessor(String dialectPrefix)
public void setAttributeDefinitions(org.thymeleaf.engine.AttributeDefinitions attributeDefinitions)
setAttributeDefinitions in interface org.thymeleaf.engine.IAttributeDefinitionsAwareprotected final void doProcess(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.engine.AttributeName attributeName,
String attributeValue,
Object expressionResult,
org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler)
doProcess in class org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessorprotected boolean isMethodBrowserSupported(String method)
Copyright © 2016 The THYMELEAF team. All rights reserved.