Package org.teatrove.tea.runtime

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.
 

Class Summary
DefaultContext The default runtime context class that Tea templates get compiled to use.
DefaultContext.GenericComparator  
DefaultContext.StringComparator  
SubstitutionId Object used by template substitutions to uniquely identify themselves.
TemplateLoader TemplateLoader manages the loading and execution of Tea templates.
WrapperTypeConversionUtil  
 



Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.