BasicView

View that will use a configured templates

class BasicView : View (
string tplProperty
string bodyProperty
) {}

Constructors

this
this(ServiceConfiguration configuration)

Members

Functions

generateBody
string generateBody()

Inherited Members

From View

stringTemplate
string stringTemplate;
Undocumented in source.
data
TemplateData data;

Data that will be used in the template

generateBody
string generateBody()

Generates an empty body. If #{body} variable is present, it will be removed

render
string render()

Replace all the variables with the provided options

Meta