Uses of Interface
org.jamon.TemplateManager

Packages that use TemplateManager
org.jamon   
 

Uses of TemplateManager in org.jamon
 

Classes in org.jamon that implement TemplateManager
 class AbstractTemplateManager
          An abstract implementation of TemplateManager which handles some of the common tasks surrounding template replacement.
 class BasicTemplateManager
          A standard implementation of the TemplateManager interface.
 

Methods in org.jamon that return TemplateManager
protected  TemplateManager AbstractTemplateProxy.getTemplateManager()
           
protected  TemplateManager AbstractTemplateImpl.getTemplateManager()
           
static TemplateManager TemplateManagerSource.getTemplateManagerFor(java.lang.String p_path)
          Get the TemplateManager for the specified path.
abstract  TemplateManager TemplateManagerSource.getTemplateManagerForPath(java.lang.String p_path)
          Get a TemplateManager for a specified template path.
 

Methods in org.jamon with parameters of type TemplateManager
static void TemplateManagerSource.setTemplateManager(TemplateManager p_manager)
          Set the TemplateManagerSource by supplying a single TemplateManager which will be supplied by TemplateManagerSource.getTemplateManagerFor(java.lang.String) for all paths.
 

Constructors in org.jamon with parameters of type TemplateManager
AbstractTemplateImpl(TemplateManager p_templateManager)
           
AbstractTemplateImpl(TemplateManager p_templateManager, AbstractTemplateProxy.ImplData p_implData)
           
AbstractTemplateProxy(TemplateManager p_templateManager)
           
 



jamon