| Package | Description |
|---|---|
| org.apache.tapestry.asset |
Implementations of
IAsset, as well as
the org.apache.tapestry.asset.AssetExternalizer, used to handle private assets. |
| Modifier and Type | Class and Description |
|---|---|
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. |