| Package | Description |
|---|---|
| org.jamon |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTemplateReplacer
A base class for classes wishing to define a
TemplateReplacer. |
class |
FixedTemplateReplacer
A
TemplateReplacer which ignores any jamonContext and replaces templates based on
a fixed list of template passed in at startup. |
class |
IdentityTemplateReplacer
A
TemplateReplacer which always returns the original proxy. |
| Modifier and Type | Method and Description |
|---|---|
protected TemplateReplacer |
AbstractTemplateManager.getTemplateReplacer() |
| Constructor and Description |
|---|
AbstractTemplateManager(TemplateReplacer templateReplacer) |
BasicTemplateManager(ClassLoader classLoader,
TemplateReplacer templateReplacer)
Creates a new
BasicTemplateManager from a specified ClassLoader. |
Copyright © 2003-2013 Jamon developers. All Rights Reserved.