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 Details

  • Constructor Details

    • VUiPreDialect

      public VUiPreDialect()
    • VUiPreDialect

      public VUiPreDialect(String prefix)
  • Method Details

    • getProcessors

      public Set<org.thymeleaf.processor.IProcessor> getProcessors(String dialectPrefix)