- parse_template
TemplateNode parse_template(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- render
string render(TemplateNode tree, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.
- render
string render(string str, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderFile
string renderFile(string path, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.
- request
Request request()
Undocumented in source. Be warned that the author may not have intended to support it.
- request
void request(Request value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLocale
void setLocale(string locale)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRouteGroup
void setRouteGroup(string rg)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTemplatePath
void setTemplatePath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.