| Interface | Description |
|---|---|
| AbstractTemplateProxy.ImplDataCompatible<T extends AbstractTemplateProxy.ImplData> | |
| AbstractTemplateProxy.Intf | |
| AbstractTemplateProxy.ReplacementConstructor |
A constructor for a proxy class for a replacing template.
|
| Renderer |
A simple interface describing that which knows how to render.
|
| TemplateManager |
A
TemplateManager is the entry point to obtaining instances of template objects. |
| TemplateReplacer |
Possibly replaces proxy instances with proxy instances for replacement templates.
|
| Class | Description |
|---|---|
| AbstractRenderer |
A simple abstract class which lacks only a Writer to which to render.
|
| AbstractTemplateImpl | |
| AbstractTemplateManager |
An abstract implementation of
TemplateManager which handles some of the common tasks
surrounding template replacement. |
| AbstractTemplateProxy | |
| AbstractTemplateProxy.ImplData | |
| AbstractTemplateReplacer |
A base class for classes wishing to define a
TemplateReplacer. |
| BasicTemplateManager |
A standard implementation of the
TemplateManager interface. |
| FixedTemplateReplacer |
A
TemplateReplacer which ignores any jamonContext and replaces templates based on
a fixed list of template passed in at startup. |
| TemplateManagerSource |
The source for obtaining a default
TemplateManager. |
| Enum | Description |
|---|---|
| IdentityTemplateReplacer |
A
TemplateReplacer which always returns the original proxy. |
Copyright © 2003-2013 Jamon developers. All Rights Reserved.