IAsset
, as well as
the org.apache.tapestry.asset.AssetExternalizer
, used to handle private assets.See: Description
Interface | Description |
---|---|
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.
|
Class | Description |
---|---|
AbstractAsset |
Base class for
IAsset implementations. |
AssetFactoryContribution |
Contribution to the
tapestry.asset.AssetFactories configuration point. |
AssetService |
A service for building URLs to and accessing
IAsset s. |
AssetSourceImpl |
Implementation of the
AssetSource service interface. |
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. |
Implementations of IAsset
, as well as
the org.apache.tapestry.asset.AssetExternalizer
, used to handle private assets.