Package io.micronaut.views.handlebars
Class HandlebarsFactory
java.lang.Object
io.micronaut.views.handlebars.HandlebarsFactory
Factory for handlebars beans.
- Since:
 - 1.1.0
 - Author:
 - James Kleeh
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
HandlebarsFactory
public HandlebarsFactory() 
 - 
 - 
Method Details
- 
handlebars
@Singleton public com.github.jknack.handlebars.Handlebars handlebars()- Returns:
 - The handlebars engine
 
 
 -