Uses of Interface
org.apache.tapestry5.services.assets.AssetPathConstructor

Packages that use AssetPathConstructor
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to change 
org.apache.tapestry5.internal.services.javascript [INTERNAL USE ONLY] JavaScript support implementations; API subject to change 
org.apache.tapestry5.services Core services 
 

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

Constructors in org.apache.tapestry5.internal.services with parameters of type AssetPathConstructor
ClasspathAssetAliasManagerImpl(AssetPathConstructor assetPathConstructor, Map<String,String> configuration)
          Configuration is a map of aliases (short names) to complete names.
ContextAssetFactory(AssetPathConstructor assetPathConstructor, Context context, AssetPathConverter converter)
           
 

Uses of AssetPathConstructor in org.apache.tapestry5.internal.services.assets
 

Classes in org.apache.tapestry5.internal.services.assets that implement AssetPathConstructor
 class AssetPathConstructorImpl
           
 

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

Constructors in org.apache.tapestry5.internal.services.javascript with parameters of type AssetPathConstructor
JavaScriptStackPathConstructorImpl(ThreadLocale threadLocale, AssetPathConstructor assetPathConstructor, JavaScriptStackSource javascriptStackSource, boolean combineScripts)
           
 

Uses of AssetPathConstructor in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type AssetPathConstructor
 AssetFactory TapestryModule.buildContextAssetFactory(ApplicationGlobals globals, AssetPathConstructor assetPathConstructor, AssetPathConverter converter)
           
 



Copyright © 2003-2012 The Apache Software Foundation.