Package io.vertigo.ui.impl.thymeleaf
Class VUiPreDialect
java.lang.Object
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.dialect.AbstractProcessorDialect
io.vertigo.ui.impl.thymeleaf.VUiPreDialect
- All Implemented Interfaces:
org.thymeleaf.dialect.IDialect,org.thymeleaf.dialect.IProcessorDialect
public final class VUiPreDialect
extends org.thymeleaf.dialect.AbstractProcessorDialect
Dialect to add some processor as same precedence as th standard processors.
Needed for attributs which must be supported on th:block (th:block removed the tag AND all attributs)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.thymeleaf.processor.IProcessor> getProcessors(String dialectPrefix) Methods inherited from class org.thymeleaf.dialect.AbstractProcessorDialect
getDialectProcessorPrecedence, getPrefixMethods inherited from class org.thymeleaf.dialect.AbstractDialect
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.dialect.IDialect
getName
-
Field Details
-
NAME
- See Also:
-
PREFIX
- See Also:
-
PROCESSOR_PRECEDENCE
public static final int PROCESSOR_PRECEDENCE- See Also:
-
-
Constructor Details
-
VUiPreDialect
public VUiPreDialect() -
VUiPreDialect
-
-
Method Details
-
getProcessors
-