|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
IAsset
, as well as
the AssetExternalizer
, used to handle private assets.
See:
Description
Interface Summary | |
---|---|
ResourceChecksumSource | Calculates the checksum value, as a string, for a particular classpath resource. |
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 IAsset s. |
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. |
ResourceChecksumSourceImpl | Implementation of org.apache.tapestry.asset.ResourceDigestSource that calculates an
checksum using a message digest and configured encoder. |
Implementations of IAsset
, as well as
the AssetExternalizer
, used to handle private assets.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |