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

Packages that use SymbolSource
org.apache.tapestry5.internal.services   
org.apache.tapestry5.internal.transform   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.test   
org.apache.tapestry5.services   
 

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)
           
MetaDataLocatorImpl(SymbolSource symbolSource, TypeCoercer typeCoercer, Map<String,String> configuration)
           
RenderSupportImpl(DocumentLinker linker, SymbolSource symbolSource, AssetSource assetSource, IdAllocator idAllocator, String... coreScripts)
           
RenderSupportImpl(DocumentLinker linker, SymbolSource symbolSource, AssetSource assetSource, String... coreScripts)
           
 

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

Constructors in org.apache.tapestry5.internal.transform with parameters of type SymbolSource
AbstractIncludeAssetWorker(AssetSource assetSource, SymbolSource symbolSource)
           
IncludeJavaScriptLibraryWorker(AssetSource assetSource, RenderSupport renderSupport, SymbolSource symbolSource)
           
IncludeStylesheetWorker(AssetSource assetSource, RenderSupport renderSupport, SymbolSource symbolSource)
           
 

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)
           
 

Uses of SymbolSource in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type SymbolSource
static void TapestryModule.contributeInjectionProvider(OrderedConfiguration<InjectionProvider> configuration, MasterObjectProvider masterObjectProvider, ObjectLocator locator, SymbolSource symbolSource, AssetSource assetSource)
          Contributes the base set of injection providers: Default based on MasterObjectProvider Block injects fields of type Block ComponentResources give component access to its resources 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
 void TapestryModule.contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration, boolean productionMode, boolean scriptsAtTop, Asset stylesheetAsset, Asset spacerImage, ValidationMessagesSource validationMessagesSource, SymbolSource symbolSource, AssetSource assetSource)
          Adds page render filters, each of which provides an Environmental service.
 void TapestryModule.contributePartialMarkupRenderer(OrderedConfiguration<PartialMarkupRendererFilter> configuration, Asset spacerImage, SymbolSource symbolSource, AssetSource assetSource, ValidationMessagesSource validationMessagesSource)
          Contributes PartialMarkupRendererFilters used when rendering a partial Ajax response.
 



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