Package | Description |
---|---|
org.jamon.codegen |
Modifier and Type | Field and Description |
---|---|
static TemplateDescription |
TemplateDescription.EMPTY |
Modifier and Type | Method and Description |
---|---|
TemplateDescription |
TemplateUnit.getReplacedTemplateDescription()
Get the description of the template this template is replacing, or null if it is not replacing
a template
|
TemplateDescription |
TemplateDescriber.getTemplateDescription(String path,
org.jamon.api.Location location) |
TemplateDescription |
TemplateDescriber.getTemplateDescription(String path,
org.jamon.api.Location location,
Set<String> children) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateUnit.setParentDescription(TemplateDescription parent)
public for unit testing purposes
|
void |
TemplateUnit.setReplacedTemplatePathAndDescription(String replacedTemplatePath,
TemplateDescription templateDescription)
Set the path of the template which this template replaces, along with the description of the
replaced template.
|
Copyright © 2003–2014 Jamon developers. All rights reserved.