public abstract class AbstractStandardTextInlineSettingTagProcessor extends AbstractAttributeTagProcessor
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStandardTextInlineSettingTagProcessor(TemplateMode templateMode,
String dialectPrefix,
String attrName,
int precedence) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcess(ITemplateContext context,
IProcessableElementTag tag,
AttributeName attributeName,
String attributeValue,
IElementTagStructureHandler structureHandler) |
protected abstract IInliner |
getInliner(ITemplateContext context,
StandardInlineMode inlineMode) |
doProcessgetDialectPrefix, getMatchingAttributeName, getMatchingElementName, processgetPrecedence, getTemplateModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrecedence, getTemplateModeprotected AbstractStandardTextInlineSettingTagProcessor(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 abstract IInliner getInliner(ITemplateContext context, StandardInlineMode inlineMode)
Copyright © 2017 The THYMELEAF team. All rights reserved.