Class AbstractFeatureAttrProcessor
- java.lang.Object
-
- org.thymeleaf.processor.AbstractProcessor
-
- org.thymeleaf.processor.element.AbstractElementTagProcessor
-
- org.thymeleaf.processor.element.AbstractAttributeTagProcessor
-
- org.thymeleaf.standard.processor.AbstractStandardConditionalVisibilityTagProcessor
-
- org.togglz.spring.boot.actuate.thymeleaf.processor.AbstractFeatureAttrProcessor
-
- All Implemented Interfaces:
org.thymeleaf.processor.element.IElementProcessor,org.thymeleaf.processor.element.IElementTagProcessor,org.thymeleaf.processor.IProcessor
- Direct Known Subclasses:
FeatureActiveAttrProcessor,FeatureInactiveAttrProcessor
public abstract class AbstractFeatureAttrProcessor extends org.thymeleaf.standard.processor.AbstractStandardConditionalVisibilityTagProcessor
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractFeatureAttrProcessor(org.thymeleaf.templatemode.TemplateMode templateMode, String dialectPrefix, String attributeName, int precedence)
-
Method Summary
-
Methods inherited from class org.thymeleaf.standard.processor.AbstractStandardConditionalVisibilityTagProcessor
doProcess, isVisible
-
Methods inherited from class org.thymeleaf.processor.element.AbstractAttributeTagProcessor
doProcess
-
Methods inherited from class org.thymeleaf.processor.element.AbstractElementTagProcessor
getDialectPrefix, getMatchingAttributeName, getMatchingElementName, process
-
Methods inherited from class org.thymeleaf.processor.AbstractProcessor
getPrecedence, getTemplateMode
-
-