Class DeferringMustacheFactory

java.lang.Object
com.github.mustachejava.DefaultMustacheFactory
com.github.mustachejava.DeferringMustacheFactory
All Implemented Interfaces:
MustacheFactory

public class DeferringMustacheFactory extends DefaultMustacheFactory
This allows you to automatically defer evaluation of partials. By default it generates HTML but you can override that behavior.