Package jste.template

Interface Summary
Repository A Repository stores the template strings used for template expansion.
 

Class Summary
CachedTemplate A cached template is a template that is stored in a cache.
DocumentWrapper An object that wraps a Writer for use within the Javascript template.
FileRepository The FileRepository implements the Repository interface on the file system.
Template Expand a template containing embedded Javascript code.
TemplateCache A cache of Template instances for strings drawn from a repository.