Uses of Interface
org.apache.tapestry5.services.templates.ComponentTemplateLocator

Packages that use ComponentTemplateLocator
org.apache.tapestry5.internal.pageload [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change 
org.apache.tapestry5.internal.services.templates [INTERNAL USE ONLY] component template support classes; API subject to change 
org.apache.tapestry5.services Core services 
 

Uses of ComponentTemplateLocator in org.apache.tapestry5.internal.pageload
 

Constructors in org.apache.tapestry5.internal.pageload with parameters of type ComponentTemplateLocator
DefaultComponentResourceLocator(ComponentTemplateLocator componentTemplateLocator)
           
 

Uses of ComponentTemplateLocator in org.apache.tapestry5.internal.services.templates
 

Classes in org.apache.tapestry5.internal.services.templates that implement ComponentTemplateLocator
 class DefaultTemplateLocator
           
 class PageTemplateLocator
          The special case for pages, where the template is searched for in the web application context.
 

Uses of ComponentTemplateLocator in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services that return ComponentTemplateLocator
 ComponentTemplateLocator TapestryModule.buildComponentTemplateLocator(List<ComponentTemplateLocator> configuration)
          Builds the ComponentTemplateLocator as a chain of command.
 

Method parameters in org.apache.tapestry5.services with type arguments of type ComponentTemplateLocator
 ComponentTemplateLocator TapestryModule.buildComponentTemplateLocator(List<ComponentTemplateLocator> configuration)
          Builds the ComponentTemplateLocator as a chain of command.
static void TapestryModule.contributeComponentTemplateLocator(OrderedConfiguration<ComponentTemplateLocator> configuration, AssetFactory contextAssetFactory, String applicationFolder, ComponentClassResolver componentClassResolver)
          Contributes two template locators: Default Searches for the template on the classpath (DefaultTemplateLocator Page Searches for page templates in the context (PageTemplateLocator)
 



Copyright © 2003-2012 The Apache Software Foundation.