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
ConstructorsModifierConstructorDescriptionprotectedAbstractFeatureAttrProcessor(org.thymeleaf.templatemode.TemplateMode templateMode, String dialectPrefix, String attributeName, int precedence) -
Method Summary
Methods inherited from class org.thymeleaf.standard.processor.AbstractStandardConditionalVisibilityTagProcessor
doProcess, isVisibleMethods inherited from class org.thymeleaf.processor.element.AbstractAttributeTagProcessor
doProcessMethods inherited from class org.thymeleaf.processor.element.AbstractElementTagProcessor
getDialectPrefix, getMatchingAttributeName, getMatchingElementName, processMethods inherited from class org.thymeleaf.processor.AbstractProcessor
getPrecedence, getTemplateModeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.processor.IProcessor
getPrecedence, getTemplateMode
-
Constructor Details
-
AbstractFeatureAttrProcessor
-