Package org.apache.tapestry.asset

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

See:
          Description

Interface Summary
AssetFactory A service which creates an asset.
AssetSource Used to create an IAsset instance for a particular asset path.
ResourceDigestSource Calculates the digest value, as a string, for a particular classpath resource.
ResourceMatcher Responsible for determining if the path string of a Resource - typically involving IAsset resources being examined by the AssetService - match the configured resource match strings of this service.
 

Class Summary
AbstractAsset Base class for IAsset implementations.
AssetComparator Used to guarantee that whenever present, the PATH key entry of an asset service link is always appended last in that path string.
AssetFactoryContribution Contribution to the tapestry.asset.AssetFactories configuration point.
AssetService A service for building URLs to and accessing IAssets.
AssetSourceImpl Implementation of the AssetSource service interface.
CachedAsset Wrapper around cached asset resource.
ClasspathAssetFactory Creates instances of PrivateAsset, which are the holders of classpath: resources.
ContextAsset An asset whose path is relative to the ServletContext containing the application.
ContextAssetFactory 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.
ExternalResource Corresponds to the ExternalAsset.
PrivateAsset An implementation of IAsset for 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.
ResourceMatcherImpl Implementation of ResourceMatcher.
 

Package org.apache.tapestry.asset Description

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

Author:
Howard Lewis Ship hlship@apache.org


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