Package org.apache.tapestry.asset

Implementations of IAsset, as well as the AssetExternalizer, used to handle private assets.

See:
          Description

Interface Summary
AssetExternalizer Note: This was a class prior to 4.0, at which point it was split into a service interface and a service implementation.
AssetFactory A service which creates an asset.
AssetSource Used to create an IAssetinstance for a particular asset path.
ResourceDigestSource Calculates the digest value, as a string, for a particular classpath resource.
 

Class Summary
AbstractAsset Base class for IAsset implementations.
AssetExternalizerImpl Implementation of the AssetExternalizerservice interface.
AssetFactoryContribution Contribution to the tapestry.asset.AssetFactories configuration point.
AssetService A service for building URLs to and accessing IAssets.
AssetSourceImpl Implementation of the AssetSourceservice interface.
ClasspathAssetFactory Creates instances of PrivateAsset, which are the holders of classpath: resources.
ContextAsset An asset whose path is relative to the ServletContextcontaining the application.
ContextAssetFactory For the moment, all "context:" prefixed asset paths are interpreted relative to the web context (the web application's root folder).
DefaultAssetFactory Default asset factory used when the asset path contains a prefix that is not recognized.
ExternalAsset A reference to an external URL.
PrivateAsset An implementation of IAssetfor localizable assets within the JVM's classpath.
ResourceDigestSourceImpl Implementation of ResourceDigestSource that calculates an DIGEST checksum digest and converts it to a string of hex digits.
 

Package org.apache.tapestry.asset Description

Implementations of IAsset, as well as the AssetExternalizer, used to handle private assets.

Author:
Howard Lewis Ship hlship@apache.org