public interface TemplateManager
TemplateManager is the entry point to obtaining instances of template objects.TemplateManagerSource| Modifier and Type | Method and Description |
|---|---|
AbstractTemplateProxy.Intf |
constructImpl(AbstractTemplateProxy proxy)
Given a proxy, return an instance of the executable code for that proxy's template or a
suitable replacement.
|
AbstractTemplateProxy.Intf |
constructImpl(AbstractTemplateProxy proxy,
Object jamonContext)
Given a proxy and a jamonContext, return an instance of the executable code for that proxy's
template or a suitable replacement, possibly based on the jamonContext.
|
AbstractTemplateProxy |
constructProxy(String path)
Given a template path, return a proxy for that template.
|
AbstractTemplateProxy.Intf constructImpl(AbstractTemplateProxy proxy)
proxy - a proxy for the templateTemplate instanceAbstractTemplateProxy.Intf constructImpl(AbstractTemplateProxy proxy, Object jamonContext)
proxy - a proxy for the templatejamonContext - the current jamonContext (can be null)Template instanceAbstractTemplateProxy constructProxy(String path)
path - the path to the templateTemplate instanceCopyright © 2003-2013 Jamon developers. All Rights Reserved.