Class HandlebarsFactory


  • @Factory
    public class HandlebarsFactory
    extends java.lang.Object
    Factory for handlebars beans.
    Since:
    1.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.jknack.handlebars.Handlebars handlebars()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HandlebarsFactory

        public HandlebarsFactory()
    • Method Detail

      • handlebars

        @Singleton
        public com.github.jknack.handlebars.Handlebars handlebars()
        Returns:
        The handlebars engine