Package | Description |
---|---|
org.jamon.compiler |
Modifier and Type | Method and Description |
---|---|
protected void |
InvokerTool.invoke(String[] args) |
void |
TemplateInspector.render(Writer writer,
Map<String,Object> argMap)
Render the template.
|
void |
TemplateInspector.render(Writer writer,
Map<String,Object> argMap,
boolean ignoreUnusedParams)
Render the template.
|
Constructor and Description |
---|
TemplateInspector(String p_templateName)
Construct an
TemplateInspector for a template path using the default
TemplateManager as determined via the TemplateManagerSource . |
TemplateInspector(org.jamon.TemplateManager manager,
String templateName)
Construct an
TemplateInspector with a template manager, template path. |
Copyright © 2003–2016 Jamon developers. All rights reserved.