public class NotIterableCode extends DefaultCode implements Iteration
appended, binding, mustache, name, oh, returnThis, tc, type| Constructor and Description |
|---|
NotIterableCode(TemplateContext templateContext,
DefaultMustacheFactory cf,
Mustache mustache,
String variable) |
| Modifier and Type | Method and Description |
|---|---|
Writer |
execute(Writer writer,
Object[] scopes)
The default behavior is to run the codes and append the captured text.
|
Writer |
next(Writer writer,
Object object,
Object[] scopes) |
addScope, append, appendText, clone, clone, execute, get, getCodes, identity, init, run, runIdentity, setCodes, tagpublic NotIterableCode(TemplateContext templateContext, DefaultMustacheFactory cf, Mustache mustache, String variable)
public Writer execute(Writer writer, Object[] scopes)
DefaultCodeexecute in interface Codeexecute in class DefaultCodewriter - The writer to write the output toscopes - The scopes to evaluate the embedded names against.Copyright © 2012. All Rights Reserved.