Package | Description |
---|---|
org.jamon |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTemplateImpl |
Modifier and Type | Method and Description |
---|---|
AbstractTemplateProxy.Intf |
AbstractTemplateManager.constructImpl(AbstractTemplateProxy proxy)
Given a proxy, return an instance of the executable code for that proxy's template or a
suitable replacement.
|
AbstractTemplateProxy.Intf |
TemplateManager.constructImpl(AbstractTemplateProxy proxy)
Given a proxy, return an instance of the executable code for that proxy's template or a
suitable replacement.
|
AbstractTemplateProxy.Intf |
AbstractTemplateManager.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.Intf |
TemplateManager.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.
|
protected abstract AbstractTemplateProxy.Intf |
AbstractTemplateManager.constructImplFromReplacedProxy(AbstractTemplateProxy replacedProxy) |
protected AbstractTemplateProxy.Intf |
BasicTemplateManager.constructImplFromReplacedProxy(AbstractTemplateProxy replacedProxy) |
Copyright © 2003–2014 Jamon developers. All rights reserved.