Package com.github.mustachejava.resolver
-
Class Summary Class Description ClasspathResolver MustacheResolver implementation that resolves mustache files from the classpath.DefaultResolver Mustache resolver that provides the default functionality that the default mustache factory relies on by combining the classpath and the filesystem resolver.FileSystemResolver MustacheResolver implementation that resolves mustache files from the filesystem.URIResolver MustacheResolver implementation that resolves mustache resources using URI objects.