public interface Options extends HelperDefinition
HelperDefinition.ValuePlaceholder| Modifier and Type | Method and Description |
|---|---|
void |
append(CharSequence sequence)
Append the given sequence to the rendered template.
|
void |
fn()
Proceed with template execution, i.e. execute the block.
|
void |
partial(String templateId)
Render the given template with the current context and append the result
to the rendered template.
|
Object |
pop() |
void |
push(Object contextObject)
Push the specified object on the context stack.
|
getHash, getParameters, getTagInfovoid append(CharSequence sequence)
sequence - void fn()
void partial(String templateId)
templateId - void push(Object contextObject)
contextObject - Object pop()
MustacheException - In case of a helper tries to pop a context object it did not
push previouslyCopyright © 2014. All Rights Reserved.