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

Packages that use ComponentInstantiatorSource
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 ComponentInstantiatorSource in org.apache.tapestry5.internal.pageload
 

Constructors in org.apache.tapestry5.internal.pageload with parameters of type ComponentInstantiatorSource
EmbeddedComponentAssemblerImpl(ComponentAssemblerSource assemblerSource, ComponentInstantiatorSource instantiatorSource, ComponentClassResolver componentClassResolver, String componentClassName, ComponentResourceSelector selector, EmbeddedComponentModel embeddedModel, String templateMixins, Location location)
           
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 ComponentInstantiatorSource in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement ComponentInstantiatorSource
 class ComponentInstantiatorSourceImpl
          A wrapper around a PlasticManager that allows certain classes to be modified as they are loaded.
 

Constructors in org.apache.tapestry5.internal.services with parameters of type ComponentInstantiatorSource
ComponentModelSourceImpl(ComponentClassResolver resolver, ComponentInstantiatorSource source)
           
 

Uses of ComponentInstantiatorSource in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type ComponentInstantiatorSource
 ClassFactory TapestryModule.buildComponentClassFactory(ComponentInstantiatorSource source)
          Returns a ClassFactory that can be used to create extra classes around component classes.
 PlasticProxyFactory TapestryModule.buildComponentProxyFactory(ComponentInstantiatorSource source)
          Returns a PlasticProxyFactory that can be used to create extra classes around component classes.
 



Copyright © 2003-2012 The Apache Software Foundation.