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

Packages that use AssetSource
org.apache.tapestry.asset Implementations of IAsset, as well as the ExternalResource, used to handle private assets. 
org.apache.tapestry.enhance Classes used for performing dynamic bytecode enhancement of component and page classes. 
org.apache.tapestry.html Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. 
org.apache.tapestry.javascript

Classes/services for handling javascipr libraries. 

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 Service implementations. 
 

Uses of AssetSource in org.apache.tapestry.asset
 

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

Uses of AssetSource in org.apache.tapestry.enhance
 

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

Uses of AssetSource in org.apache.tapestry.html
 

Methods in org.apache.tapestry.html that return AssetSource
abstract  AssetSource Script.getAssetSource()
           
 

Uses of AssetSource in org.apache.tapestry.javascript
 

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

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)
           
 



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