|
Interface Summary |
| Context |
Interface establishes basic printing and formatting functions for a template
runtime context. |
| OutputReceiver |
Defines a simple interface for Tea templates to output information. |
| Substitution |
A block of code in a template that can be passed as a substitution to
another template or to a function, must implement this interface. |
| TemplateLoader.Template |
A ready-to-use Tea template. |
| Truthful |
|
| UtilityContext |
Extends the basic context to provide generic utility functions that most
templates will need to use for formatting. |