Uses of Interface
org.apache.tapestry.services.TemplateSource

Packages that use TemplateSource
org.apache.tapestry.contrib.inspector Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of TemplateSource in org.apache.tapestry.contrib.inspector
 

Methods in org.apache.tapestry.contrib.inspector that return TemplateSource
abstract  TemplateSource ShowTemplate.getTemplateSource()
           
 

Uses of TemplateSource in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return TemplateSource
 TemplateSource Infrastructure.getTemplateSource()
          Returns component or page template contents.
 

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

Classes in org.apache.tapestry.services.impl that implement TemplateSource
 class TemplateSourceImpl
          Implementation of TemplateSource.
 

Methods in org.apache.tapestry.services.impl that return TemplateSource
 TemplateSource InfrastructureImpl.getTemplateSource()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type TemplateSource
 void ComponentTemplateLoaderImpl.setTemplateSource(TemplateSource templateSource)
           
 



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