Uses of Interface
org.apache.tapestry5.internal.services.ComponentTemplateSource

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

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

Constructors in org.apache.tapestry5.internal.pageload with parameters of type ComponentTemplateSource
PageLoaderImpl(ComponentInstantiatorSource instantiatorSource, ComponentTemplateSource templateSource, PageElementFactory elementFactory, ComponentPageElementResourcesSource resourcesSource, ComponentClassResolver componentClassResolver, PersistentFieldManager persistentFieldManager, StringInterner interner, OperationTracker tracker, PerthreadManager perThreadManager, Request request, SymbolSource symbolSource)
           
 

Uses of ComponentTemplateSource in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement ComponentTemplateSource
 class ComponentTemplateSourceImpl
          Service implementation that manages a cache of parsed component templates.
 

Uses of ComponentTemplateSource in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type ComponentTemplateSource
static InvalidationEventHub TapestryModule.buildComponentTemplatesInvalidationEventHub(ComponentTemplateSource templateSource)
           
 



Copyright © 2003-2012 The Apache Software Foundation.