Uses of Class
org.apache.tapestry.asset.AbstractAsset

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

Uses of AbstractAsset in org.apache.tapestry.asset
 

Subclasses of AbstractAsset in org.apache.tapestry.asset
 class ContextAsset
          An asset whose path is relative to the ServletContextcontaining the application.
 class ExternalAsset
          A reference to an external URL.
 class PrivateAsset
          An implementation of IAssetfor localizable assets within the JVM's classpath.