|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
IAsset
, as well as
the AssetExternalizer
, used to handle private assets.
See:
Description
Interface Summary | |
AssetExternalizer |
Note: This was a class prior to 3.1, at which point it was split into a service interface and a
service implementation . |
AssetFactory | A service which creates an asset. |
AssetSource | Used to create an IAsset instance for a particular asset path. |
Class Summary | |
AbstractAsset | Base class for IAsset implementations. |
AssetExternalizerImpl | Implementation of the AssetExternalizer service interface. |
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 | |
ContextAsset | An asset whose path is relative to the ServletContext containing the
application. |
ContextAssetFactory | For the moment, all "context:" prefixed asset paths are interpreted relative to the servlet 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. |
PrivateAsset | An implementation of IAsset for localizable assets within the JVM's
classpath. |
Implementations of IAsset
, as well as
the AssetExternalizer
, used to handle private assets.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |