Class OnceAttributeTagProcessor
java.lang.Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.element.AbstractElementTagProcessor
org.thymeleaf.processor.element.AbstractAttributeTagProcessor
org.thymeleaf.standard.processor.AbstractStandardConditionalVisibilityTagProcessor
io.vertigo.ui.impl.thymeleaf.components.OnceAttributeTagProcessor
- All Implemented Interfaces:
org.thymeleaf.processor.element.IElementProcessor,org.thymeleaf.processor.element.IElementTagProcessor,org.thymeleaf.processor.IProcessor
public class OnceAttributeTagProcessor
extends org.thymeleaf.standard.processor.AbstractStandardConditionalVisibilityTagProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.thymeleaf.standard.processor.AbstractStandardConditionalVisibilityTagProcessor
doProcessMethods 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
-
Field Details
-
PRECEDENCE
public static final int PRECEDENCE- See Also:
-
ATTR_NAME
- See Also:
-
-
Constructor Details
-
OnceAttributeTagProcessor
Constructor.- Parameters:
dialectPrefix- Dialect prefix (tc)
-
-
Method Details
-
isVisible
protected boolean isVisible(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IProcessableElementTag tag, org.thymeleaf.engine.AttributeName attributeName, String attributeValue) - Specified by:
isVisiblein classorg.thymeleaf.standard.processor.AbstractStandardConditionalVisibilityTagProcessor
-