Uses of Interface
org.apache.tapestry.asset.AssetSource

Packages that use AssetSource
org.apache.tapestry.asset Implementations of IAsset, as well as the org.apache.tapestry.asset.AssetExternalizer, used to handle private assets. 
org.apache.tapestry.pageload Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. 
org.apache.tapestry.services.impl   
 

Uses of AssetSource in org.apache.tapestry.asset
 

Classes in org.apache.tapestry.asset that implement AssetSource
 class AssetSourceImpl
          Implementation of the AssetSourceservice interface.
 

Uses of AssetSource in org.apache.tapestry.pageload
 

Methods in org.apache.tapestry.pageload with parameters of type AssetSource
 void PageLoader.setAssetSource(AssetSource assetSource)
           
 

Uses of AssetSource in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl with parameters of type AssetSource
 void SpecificationSourceImpl.setAssetSource(AssetSource assetSource)
           
 

Constructors in org.apache.tapestry.services.impl with parameters of type AssetSource
NamespaceResourcesImpl(ISpecificationSource source, AssetSource assetSource)