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

Packages that use AssetFactory
org.apache.tapestry.asset Implementations of IAsset, as well as the AssetExternalizer, used to handle private assets. 
 

Uses of AssetFactory in org.apache.tapestry.asset
 

Classes in org.apache.tapestry.asset that implement AssetFactory
 class ClasspathAssetFactory
          Creates instances of PrivateAsset, which are the holders of classpath: resources.
 class ContextAssetFactory
          For the moment, all "context:" prefixed asset paths are interpreted relative to the web context (the web application's root folder).
 class DefaultAssetFactory
          Default asset factory used when the asset path contains a prefix that is not recognized.
 

Methods in org.apache.tapestry.asset that return AssetFactory
 AssetFactory AssetFactoryContribution.getFactory()
           
 

Methods in org.apache.tapestry.asset with parameters of type AssetFactory
 void AssetSourceImpl.setLookupAssetFactory(AssetFactory lookupAssetFactory)
          Factory used when the path has no prefix, and the type of asset must be inferred from the type of resource.
 void AssetSourceImpl.setDefaultAssetFactory(AssetFactory defaultAssetFactory)
          Factory used when an unrecognized prefix (typically, an arbitrary URL's scheme) is provided.
 void AssetFactoryContribution.setFactory(AssetFactory factory)