







[Missing <summary> documentation for N:HttpServer.Rendering]
Classes
Class | Description | |
---|---|---|
![]() | ArgumentContainer |
A container class grouping mapping name, argument type and the argument object
|
![]() | CodeGeneratorException |
Contains information on where in the template the error occurred, and what the error was.
|
![]() | CompileException |
Exception thrown if compilation fails
|
![]() | TemplateArguments |
Arguments being used in a template.
|
![]() | TemplateCompiler |
The compiler is responsible of creating a render object which can be
cached and used over and over again.
|
![]() | TemplateManager |
Purpose if this class is to take template objects and keep them in
memory. It will also take a filename and the code generator to use
if when the template have been changed on disk.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | TemplateGenerator |
A code generator is used to convert template code to something that we can
work with, as html or c# code.
|
![]() | TinyTemplate |
Interface for dynamically generated templates.
|