com.go.tea.util |
|
Java Source File Name | Type | Comment |
AbstractFileCompiler.java | Class | |
BeanAnalyzer.java | Class | The JavaBean Introspector for Tea. |
CallRetrofitter.java | Class | Command-line tool that puts the 'call' keyword in front of template calls
in templates compatable with pre 3.x.x versions of Tea. |
ConsoleErrorReporter.java | Class | ConsoleErrorReporter takes ErrorEvents and prints
detailed messages to a PrintStream. |
FileCompiler.java | Class | FileCompiler compiles tea source files by reading them from a file or a
directory. |
KeyedPropertyDescriptor.java | Class | A special kind of PropertyDescriptor provided by
BeanAnaliyzer .
Keyed properties are named "[]" and may accept any type of key. |
ResourceCompiler.java | Class | ResourceCompiler compiles tea sources using the resource loading mechanism
built into Java. |
StringCompiler.java | Class | Simple compiler implementation that compiles a Tea template whose source
is in a String. |
TestCompiler.java | Class | A compiler implementation suitable for testing from a command console.
The runtime context is a PrintStream so that template output can go to
standard out.
Templates are read from files that must have the extension ".tea". |