|
||||||||||
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.
Method Summary | |
---|---|
AbstractTemplateProxy.Intf |
constructImpl(AbstractTemplateProxy p_proxy)
Given a proxy, return an instance of the executable code for that proxy's template. |
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 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 |