public abstract class AbstractConditionalVisibilityAttrProcessor extends AbstractAttrProcessor
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConditionalVisibilityAttrProcessor(IAttributeNameProcessorMatcher matcher) |
protected |
AbstractConditionalVisibilityAttrProcessor(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
isVisible(Arguments arguments,
Element element,
String attributeName) |
ProcessorResult |
processAttribute(Arguments arguments,
Element element,
String attributeName) |
doProcess, getMatchercompareTo, getMessage, getMessageForProcessor, getMessageForTemplate, getPrecedence, processprotected AbstractConditionalVisibilityAttrProcessor(String attributeName)
protected AbstractConditionalVisibilityAttrProcessor(IAttributeNameProcessorMatcher matcher)
public final ProcessorResult processAttribute(Arguments arguments, Element element, String attributeName)
processAttribute in class AbstractAttrProcessorCopyright © 2016 The THYMELEAF team. All rights reserved.