|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateManager
A TemplateManager
is the entry point to obtaining
instances of template objects.
TemplateManagerSource
Method Summary | |
---|---|
AbstractTemplateProxy.Intf |
constructImpl(AbstractTemplateProxy p_proxy)
Given a proxy, return an instance of the executable code for that proxy's template or a suitable replacement. |
AbstractTemplateProxy.Intf |
constructImpl(AbstractTemplateProxy p_proxy,
java.lang.Object p_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(java.lang.String p_path)
Given a template path, return a proxy for that template. |
Method Detail |
---|
AbstractTemplateProxy.Intf constructImpl(AbstractTemplateProxy p_proxy)
p_proxy
- a proxy for the template
Template
instanceAbstractTemplateProxy.Intf constructImpl(AbstractTemplateProxy p_proxy, java.lang.Object p_jamonContext)
p_proxy
- a proxy for the templatep_jamonContext
- the current jamonContext (can be null
)
Template
instanceAbstractTemplateProxy constructProxy(java.lang.String p_path)
p_path
- the path to the template
Template
instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |