Public Member Functions

TemplateController Class Reference

This controller generates a website using the template engine. More...

#include <templatecontroller.h>

Inheritance diagram for TemplateController:
HttpRequestHandler

List of all members.

Public Member Functions

 TemplateController ()
 Constructor.
void service (HttpRequest &request, HttpResponse &response)
 Generates the response.

Detailed Description

This controller generates a website using the template engine.

It generates a Latin1 (ISO-8859-1) encoded website from a UTF-8 encoded template file.

Definition at line 18 of file templatecontroller.h.


The documentation for this class was generated from the following files: