public final class SpringMethodTagProcessor
extends org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_NAME |
static int |
ATTR_PRECEDENCE |
| Constructor and Description |
|---|
SpringMethodTagProcessor(org.thymeleaf.dialect.IProcessorDialect dialect,
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,
String attributeTemplateName,
int attributeLine,
int attributeCol,
Object expressionResult,
org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler) |
protected boolean |
isMethodBrowserSupported(String method) |
doProcessdoProcessgetMatchingAttributeName, getMatchingElementName, processgetDialect, getPrecedence, getTemplateModepublic static final int ATTR_PRECEDENCE
public static final String ATTR_NAME
public SpringMethodTagProcessor(org.thymeleaf.dialect.IProcessorDialect dialect,
String dialectPrefix)
protected final void doProcess(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.engine.AttributeName attributeName,
String attributeValue,
String attributeTemplateName,
int attributeLine,
int attributeCol,
Object expressionResult,
org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler)
doProcess in class org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessorprotected boolean isMethodBrowserSupported(String method)
Copyright © 2015 The THYMELEAF team. All rights reserved.