Uses of Interface
org.jamon.AbstractTemplateProxy.Intf

Packages that use AbstractTemplateProxy.Intf
org.jamon   
 

Uses of AbstractTemplateProxy.Intf in org.jamon
 

Classes in org.jamon that implement AbstractTemplateProxy.Intf
 class AbstractTemplateImpl
           
 

Methods in org.jamon that return AbstractTemplateProxy.Intf
 AbstractTemplateProxy.Intf TemplateManager.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 AbstractTemplateManager.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 TemplateManager.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.Intf AbstractTemplateManager.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.
protected  AbstractTemplateProxy.Intf BasicTemplateManager.constructImplFromReplacedProxy(AbstractTemplateProxy p_replacedProxy)
           
protected abstract  AbstractTemplateProxy.Intf AbstractTemplateManager.constructImplFromReplacedProxy(AbstractTemplateProxy p_replacedProxy)
           
 



jamon