Package | Description |
---|---|
org.jamon |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTemplateManager
An abstract implementation of
TemplateManager which handles some of the common tasks
surrounding template replacement. |
class |
BasicTemplateManager
A standard implementation of the
TemplateManager interface. |
Modifier and Type | Method and Description |
---|---|
protected TemplateManager |
AbstractTemplateProxy.getTemplateManager() |
protected TemplateManager |
AbstractTemplateImpl.getTemplateManager() |
static TemplateManager |
TemplateManagerSource.getTemplateManagerFor(String path)
Get the TemplateManager for the specified path.
|
abstract TemplateManager |
TemplateManagerSource.getTemplateManagerForPath(String path)
Get a
TemplateManager for a specified template path. |
Modifier and Type | Method and Description |
---|---|
static void |
TemplateManagerSource.setTemplateManager(TemplateManager manager)
Set the TemplateManagerSource by supplying a single TemplateManager which will be supplied by
TemplateManagerSource.getTemplateManagerFor(java.lang.String) for all paths. |
Constructor and Description |
---|
AbstractTemplateImpl(TemplateManager templateManager) |
AbstractTemplateImpl(TemplateManager templateManager,
AbstractTemplateProxy.ImplData implData) |
AbstractTemplateProxy(TemplateManager templateManager) |
Copyright © 2003–2017 Jamon developers. All rights reserved.