simple.template |
|
Java Source File Name | Type | Comment |
Action.java | Class | The Action object provides a service controller
implementation for taking an action before delegating to other
service implementations, which will handle the view. |
Container.java | Interface | The Container object represents an interface to
the templating system used by the TemplateEngine .
A container represents a logical database of information that
can be shared between controller objects and documents. |
Controller.java | Class | The Controller object represents a service that can
access documents and properties provided by the templating system
environment. |
Database.java | Interface | The Database interface is used to represent a source
of data for a template. |
Delegate.java | Class | The Delegate provides an adaptation for callbacks
issued through the Loader interface. |
Document.java | Interface | A Document object represents a template with a
set of properties. |
Environment.java | Class | The Delegate provides a full implementation of an
environment. |
Maintainer.java | Class | The Maintainer is used to act as an administration
service for the MapperEngine . |
Monitor.java | Interface | The Monitor is used by the Adapter to
translate the updates from a mapper engine. |
ReloadEngine.java | Class | The ReloadEngine is used to resolve resources from
a HTTP request URI. |
TemplateEngine.java | Class | The TemplateEngine provides the core functionality
required to process templates. |
TemplateMapper.java | Class | The TemplateMapper is provided for convenience
to hide the details of the MapperFactory object. |
View.java | Class | The View object provides a service controller
implementation for providing a document view. |