public interface TemplateContributor<BDO extends DataObject>
Composites that set parameters on a TemplateFile| Modifier and Type | Method and Description |
|---|---|
void |
setTemplateContent(TemplateFile template,
java.lang.String prefix,
BDO target)
Set parameters in a template.
|
void setTemplateContent(TemplateFile template, java.lang.String prefix, BDO target)
template - TemplateFile to add content to.prefix - String prefix to be pre-pended to property/region namestarget - Object to take data from