Class WebpackerDialect

  • All Implemented Interfaces:
    org.thymeleaf.dialect.IDialect, org.thymeleaf.dialect.IProcessorDialect

    public class WebpackerDialect
    extends org.thymeleaf.dialect.AbstractProcessorDialect
    Webpacker Dialect. This is class contains the implementation of the Webpacker Dialect, including all webpacker:* processors, expression objects, etc.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ENTRY_ATTR  
    • Constructor Summary

      Constructors 
      Constructor Description
      WebpackerDialect​(boolean updatable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.thymeleaf.processor.IProcessor> getProcessors​(java.lang.String dialectPrefix)  
      • Methods inherited from class org.thymeleaf.dialect.AbstractProcessorDialect

        getDialectProcessorPrecedence, getPrefix
      • Methods inherited from class org.thymeleaf.dialect.AbstractDialect

        getName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.thymeleaf.dialect.IDialect

        getName
    • Constructor Detail

      • WebpackerDialect

        public WebpackerDialect​(boolean updatable)
    • Method Detail

      • getProcessors

        public java.util.Set<org.thymeleaf.processor.IProcessor> getProcessors​(java.lang.String dialectPrefix)