public abstract class AbstractStandardConditionalVisibilityTagProcessor extends AbstractAttributeTagProcessor
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStandardConditionalVisibilityTagProcessor(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 boolean |
isVisible(ITemplateContext context,
IProcessableElementTag tag,
AttributeName attributeName,
String attributeValue) |
doProcessgetDialectPrefix, getMatchingAttributeName, getMatchingElementName, processgetPrecedence, getTemplateModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrecedence, getTemplateModeprotected AbstractStandardConditionalVisibilityTagProcessor(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 boolean isVisible(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue)
Copyright © 2017 The THYMELEAF team. All rights reserved.