public class DefaultMustache extends DefaultCode implements Mustache
appended, binding, mustache, name, oh, returnThis, tc, type| Constructor and Description |
|---|
DefaultMustache(TemplateContext tc,
MustacheFactory cf,
Code[] codes,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
Code[] |
getCodes()
Get the underlying code objects.
|
void |
identity(java.io.Writer writer)
Execute the mustache to output itself.
|
void |
init()
Initialize the mustache before executing.
|
void |
setCodes(Code[] newcodes)
Change the underlying codes of the mustache implementation.
|
addScope, append, appendText, clone, execute, execute, get, runCodes, runIdentity, tagpublic DefaultMustache(TemplateContext tc, MustacheFactory cf, Code[] codes, java.lang.String name)
public Code[] getCodes()
Mustachepublic void setCodes(Code[] newcodes)
Mustachepublic void identity(java.io.Writer writer)
Mustachepublic void init()
MustacheCopyright © 2012. All Rights Reserved.