com.go.tea.runtime |
|
Java Source File Name | Type | Comment |
Context.java | Interface | Interface establishes basic printing and formatting functions for a template
runtime context. |
DefaultContext.java | Class | The default runtime context class that Tea templates get compiled to use.
All functions callable from a template are defined in the context. |
OutputReceiver.java | Interface | Defines a simple interface for Tea templates to output information. |
PackageInfo.java | Class | |
Substitution.java | Interface | 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. |
SubstitutionId.java | Class | Object used by template substitutions to uniquely identify themselves. |
TemplateLoader.java | Class | TemplateLoader manages the loading and execution of Tea templates. |
UtilityContext.java | Interface | Extends the basic context to provide generic utility functions that most
templates will need to use for formatting. |