Package com.github.mustachejava

Interface Summary
Code Code objects that are executed in order to evaluate the template
Iteration This is the callback interface for iterating on a value.
Mustache The interface to Mustache objects
MustacheFactory Factory for creating codes
MustacheVisitor Callbacks from the parser as a mustache template is parsed.
ObjectHandler The ObjectHandler is responsible for creating wrappers to find values in scopes at runtime and to coerce those results to the appropriate Java types
TemplateFunction This function is required if you want the opportunity to change the template vs just changing the output of the template.
 

Class Summary
DefaultMustacheFactory Simplest possible code factory
DefaultMustacheVisitor The default implementation that builds up Code lists
MustacheParser The parser generates callbacks into the MustacheFactory to build them.
TemplateContext  
 

Exception Summary
MustacheException Generally there is nothing you can do if it fails.
MustacheTimeoutException Special exception just for timeouts.
 



Copyright © 2012. All Rights Reserved.