public abstract class AbstractStandardTargetSelectionTagProcessor extends AbstractAttributeTagProcessor
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStandardTargetSelectionTagProcessor(TemplateMode templateMode,
String dialectPrefix,
String attrName,
int precedence) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
computeAdditionalLocalVariables(ITemplateContext context,
IProcessableElementTag tag,
AttributeName attributeName,
String attributeValue,
IStandardExpression expression) |
protected void |
doProcess(ITemplateContext context,
IProcessableElementTag tag,
AttributeName attributeName,
String attributeValue,
IElementTagStructureHandler structureHandler) |
protected void |
validateSelectionValue(ITemplateContext context,
IProcessableElementTag tag,
AttributeName attributeName,
String attributeValue,
IStandardExpression expression) |
doProcessgetDialectPrefix, getMatchingAttributeName, getMatchingElementName, processgetPrecedence, getTemplateModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrecedence, getTemplateModeprotected AbstractStandardTargetSelectionTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence)
protected final void doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)
doProcess in class AbstractAttributeTagProcessorprotected void validateSelectionValue(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IStandardExpression expression)
protected Map<String,Object> computeAdditionalLocalVariables(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IStandardExpression expression)
Copyright © 2017 The THYMELEAF team. All rights reserved.