Package simple.template

Interface Summary
Container The Container object represents an interface to the templating system used by the TemplateEngine.
Database The Database interface is used to represent a source of data for a template.
Document A Document object represents a template with a set of properties.
 

Class Summary
Action The Action object provides a service controller implementation for taking an action before delegating to other service implementations, which will handle the view.
Controller The Controller object represents a service that can access documents and properties provided by the templating system environment.
Environment The Delegate provides a full implementation of an environment.
TemplateEngine The TemplateEngine provides the core functionality required to process templates.
View The View object provides a service controller implementation for providing a document view.