| Package | Description |
|---|---|
| to.etc.template |
| Modifier and Type | Method and Description |
|---|---|
Object |
JSTemplate.execute(IJSTemplateContext tc,
Map<String,Object> assignments)
Execute this template.
|
Object |
JSTemplate.execute(IJSTemplateContext tc,
Object... assignments)
Execute this template.
|
void |
JSTemplateCompiler.execute(IJSTemplateContext tc,
Reader input,
String sourceName,
Map<String,Object> assignments) |
void |
JSTemplateCompiler.execute(IJSTemplateContext tc,
Reader input,
String sourceName,
Object... assignments)
Compile, then execute the specified template once.
|
Copyright © 2017 etc.to. All rights reserved.