TemplateRenderer
Represents a template renderer as its names shows. Its able to get the result of the template interpration from a TemplateLoader which gives it the template source and a TemplateData which contains the data to assign in the template.
Direct known implementers
DefaultTemplateRenderer
public
string
|
#
render(
Returns the result of the interpretation of a template |
public
|