Uses of Interface
org.apache.tapestry5.ioc.services.SymbolSource

Packages that use SymbolSource
org.apache.tapestry5.internal.bindings For internal usage only. 
org.apache.tapestry5.internal.pageload   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.internal.services.javascript   
org.apache.tapestry5.internal.spring   
org.apache.tapestry5.internal.structure   
org.apache.tapestry5.internal.transform   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.test   
org.apache.tapestry5.services Core services 
org.apache.tapestry5.spring   
 

Uses of SymbolSource in org.apache.tapestry5.internal.bindings
 

Constructors in org.apache.tapestry5.internal.bindings with parameters of type SymbolSource
SymbolBindingFactory(SymbolSource symbolSource)
           
 

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

Constructors in org.apache.tapestry5.internal.pageload with parameters of type SymbolSource
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 SymbolSource in org.apache.tapestry5.internal.services
 

Constructors in org.apache.tapestry5.internal.services with parameters of type SymbolSource
AssetInjectionProvider(SymbolSource symbolSource, AssetSource assetSource)
           
AssetObjectProvider(AssetSource source, TypeCoercer typeCoercer, SymbolSource symbolSource)
           
AssetSourceImpl(ThreadLocale threadLocale, Map<String,AssetFactory> configuration, SymbolSource symbolSource)
           
MetaDataLocatorImpl(SymbolSource symbolSource, TypeCoercer typeCoercer, ComponentModelSource modelSource, Map<String,String> configuration)
           
RenderSupportImpl(SymbolSource symbolSource, AssetSource assetSource, JavaScriptSupport javascriptSupport)
           
 

Uses of SymbolSource in org.apache.tapestry5.internal.services.javascript
 

Constructors in org.apache.tapestry5.internal.services.javascript with parameters of type SymbolSource
CoreJavaScriptStack(boolean productionMode, SymbolSource symbolSource, AssetSource assetSource, ThreadLocale threadLocale)
           
 

Uses of SymbolSource in org.apache.tapestry5.internal.spring
 

Constructors in org.apache.tapestry5.internal.spring with parameters of type SymbolSource
SymbolBeanFactoryPostProcessor(SymbolSource symbolSource)
           
 

Uses of SymbolSource in org.apache.tapestry5.internal.structure
 

Constructors in org.apache.tapestry5.internal.structure with parameters of type SymbolSource
ComponentPageElementImpl(Page page, Instantiator instantiator, ComponentPageElementResources elementResources, Request request, SymbolSource symbolSource)
          Constructor for the root component of a page.
 

Uses of SymbolSource in org.apache.tapestry5.internal.transform
 

Constructors in org.apache.tapestry5.internal.transform with parameters of type SymbolSource
ImportWorker(JavaScriptSupport javascriptSupport, SymbolSource symbolSource, AssetSource assetSource)
           
 

Uses of SymbolSource in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services that implement SymbolSource
 class SymbolSourceImpl
           
 

Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type SymbolSource
SymbolObjectProvider(SymbolSource symbolSource, TypeCoercer typeCoercer)
           
ValueObjectProvider(SymbolSource symbolSource, TypeCoercer typeCoercer)
           
 

Uses of SymbolSource in org.apache.tapestry5.ioc.test
 

Methods in org.apache.tapestry5.ioc.test that return SymbolSource
protected  SymbolSource IOCTestCase.mockSymbolSource()
           
 

Methods in org.apache.tapestry5.ioc.test with parameters of type SymbolSource
protected  void IOCTestCase.train_expandSymbols(SymbolSource source, String input)
           
protected  void IOCTestCase.train_expandSymbols(SymbolSource source, String input, String expanded)
           
protected  void IOCTestCase.train_valueForSymbol(SymbolSource symbolSource, String symbolName, String value)
           
 

Uses of SymbolSource in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type SymbolSource
 void TapestryModule.contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration, boolean omitGeneratorMeta, String tapestryVersion, boolean compactJSON, SymbolSource symbolSource, AssetSource assetSource, JavaScriptStackSource javascriptStackSource, JavaScriptStackPathConstructor javascriptStackPathConstructor, ValidationDecoratorFactory validationDecoratorFactory, Asset defaultStylesheet)
          Adds page render filters, each of which provides an Environmental service.
 void TapestryModule.contributePartialMarkupRenderer(OrderedConfiguration<PartialMarkupRendererFilter> configuration, ValidationDecoratorFactory validationDecoratorFactory, JavaScriptStackSource javascriptStackSource, JavaScriptStackPathConstructor javascriptStackPathConstructor, SymbolSource symbolSource, AssetSource assetSource)
          Contributes PartialMarkupRendererFilters used when rendering a partial Ajax response.
static void TapestryModule.provideStandardInjectionProviders(OrderedConfiguration<InjectionProvider2> configuration, SymbolSource symbolSource, AssetSource assetSource)
           Default based on MasterObjectProvider Named Handles fields with the Named annotation Block injects fields of type Block CommonResources Access to properties of resources (log, messages, etc.) Asset injection of assets (triggered via Path annotation), with the path relative to the component class Service Ordered last, for use when Inject is present and nothing else works, matches field type against Tapestry IoC services
 

Uses of SymbolSource in org.apache.tapestry5.spring
 

Methods in org.apache.tapestry5.spring with parameters of type SymbolSource
static void SpringModule.addSymbolSourceAsPropertyCustomizerForSpringBeans(OrderedConfiguration<ApplicationContextCustomizer> configuration, SymbolSource symbolSource)
           
 



Copyright © 2003-2012 The Apache Software Foundation.