Uses of Interface
org.apache.tapestry5.services.AssetSource

Packages that use AssetSource
org.apache.tapestry5.internal.bindings   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.internal.transform   
org.apache.tapestry5.services   
org.apache.tapestry5.test   
 

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

Constructors in org.apache.tapestry5.internal.bindings with parameters of type AssetSource
AssetBindingFactory(AssetSource source)
           
ContextBindingFactory(AssetSource source)
           
 

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

Classes in org.apache.tapestry5.internal.services that implement AssetSource
 class AssetSourceImpl
           
 

Constructors in org.apache.tapestry5.internal.services with parameters of type AssetSource
AssetInjectionProvider(SymbolSource symbolSource, AssetSource assetSource)
           
AssetObjectProvider(AssetSource source, TypeCoercer typeCoercer, SymbolSource symbolSource)
           
ClientInfrastructureImpl(SymbolSource symbolSource, AssetSource assetSource, ThreadLocale threadLocale)
           
RenderSupportImpl(DocumentLinker linker, SymbolSource symbolSource, AssetSource assetSource, ClientInfrastructure clientInfrastructure)
           
RenderSupportImpl(DocumentLinker linker, SymbolSource symbolSource, AssetSource assetSource, IdAllocator idAllocator, ClientInfrastructure clientInfrastructure)
           
 

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

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

Uses of AssetSource in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type AssetSource
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, Asset spacerImage, boolean omitGeneratorMeta, String tapestryVersion, boolean combineScripts, SymbolSource symbolSource, AssetSource assetSource, ClientDataEncoder clientDataEncoder, ClientInfrastructure clientInfrastructure)
          Adds page render filters, each of which provides an Environmental service.
 void TapestryModule.contributePartialMarkupRenderer(OrderedConfiguration<PartialMarkupRendererFilter> configuration, Asset spacerImage, SymbolSource symbolSource, AssetSource assetSource)
          Contributes PartialMarkupRendererFilters used when rendering a partial Ajax response.
static void TapestryModule.contributeTypeCoercer(Configuration<CoercionTuple> configuration, TypeCoercer coercer, ThreadLocale threadLocale, AssetSource assetSource)
          Adds coercions: String to SelectModel String to InsertPosition Map to SelectModel Collection to GridDataSource null to GridDataSource String to GridPagerPosition List to SelectModel ComponentResourcesAware (typically, a component) to ComponentResources String to BlankOption ComponentResources to PropertyOverrides String to Renderable Renderable to Block String to DateFormat PrimaryKeyEncoder to ValueEncoder String to Resource (via resourceForPath(String)) Renderable to RenderCommand
 

Uses of AssetSource in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test that return AssetSource
protected  AssetSource TapestryTestCase.mockAssetSource()
           
 

Methods in org.apache.tapestry5.test with parameters of type AssetSource
protected  void TapestryTestCase.train_getAsset(AssetSource source, Resource root, String path, Locale locale, Asset asset)
           
protected  void TapestryTestCase.train_getClasspathAsset(AssetSource source, String path, Asset asset)
           
protected  void TapestryTestCase.train_getClasspathAsset(AssetSource source, String path, Locale locale, Asset asset)
           
 



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