org.jamon
Interface TemplateManager

All Known Implementing Classes:
BasicTemplateManager

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

constructImpl

AbstractTemplateProxy.Intf constructImpl(AbstractTemplateProxy p_proxy)
Given a proxy, return an instance of the executable code for that proxy's template.

Parameters:
p_proxy - a proxy for the template
Returns:
a Template instance

constructProxy

AbstractTemplateProxy constructProxy(java.lang.String p_path)
Given a template path, return a proxy for that template.

Parameters:
p_path - the path to the template
Returns:
a Template instance


jamon