Package org.apache.tapestry.asset

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

See:
          Description

Class Summary
AbstractAsset Base class for IAsset implementations.
AssetExternalizer Responsible for copying assets from the classpath to an external directory that is visible to the web server.
AssetService A service for building URLs to and accessing IAssets.
ContextAsset An asset whose path is relative to the ServletContext containing the application.
ExternalAsset A reference to an external URL.
PrivateAsset An implementation of IAsset for localizable assets within the JVM's classpath.
 

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