public interface Options extends HelperDefinition
HelperDefinition.ValuePlaceholder| Modifier and Type | Method and Description |
|---|---|
void |
append(java.lang.CharSequence sequence)
Append the given sequence to the rendered template.
|
void |
fn()
Proceed with template execution, i.e. execute the block.
|
void |
partial(java.lang.String templateId)
Render the template with the current context and append the result
to the rendered template.
|
java.lang.Object |
peek()
Returns the object at the top of the context stack without removing it.
|
java.lang.Object |
pop()
Removes the object at the top of the context stack and returns that
object.
|
void |
push(java.lang.Object contextObject)
Push the specified object on the context stack.
|
java.lang.String |
source(java.lang.String templateId) |
getHash, getParameters, getTagInfovoid append(java.lang.CharSequence sequence)
sequence - void fn()
void partial(java.lang.String templateId)
templateId - MustacheException - If there's no such templatejava.lang.String source(java.lang.String templateId)
templateId - MustacheException - If there's no such templatevoid push(java.lang.Object contextObject)
contextObject - java.lang.Object pop()
MustacheException - In case of a helper tries to pop a context object it did not
push previouslyjava.lang.Object peek()
Copyright © 2014. All Rights Reserved.