Uses of Class
org.apache.tapestry.parse.ComponentTemplate

Packages that use ComponentTemplate
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of ComponentTemplate in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine that return ComponentTemplate
 ComponentTemplate ITemplateSourceDelegate.findTemplate(IRequestCycle cycle, IComponent component, Locale locale)
          Invoked by the ITemplateSourceDelegate when a template can't be found by normal means (i.e., in the normal locations).
 

Uses of ComponentTemplate in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return ComponentTemplate
 ComponentTemplate TemplateSource.getTemplate(IRequestCycle cycle, IComponent component)
          Locates the template for the component.
 

Uses of ComponentTemplate in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl that return ComponentTemplate
 ComponentTemplate TemplateSourceImpl.getTemplate(IRequestCycle cycle, IComponent component)
          Reads the template for the component.
 

Methods in org.apache.tapestry.services.impl with parameters of type ComponentTemplate
 void ComponentTemplateLoaderLogic.loadTemplate(IRequestCycle requestCycle, ITemplateComponent loadComponent, ComponentTemplate template)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.