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
ServletContext containing the
application. |
class |
ExternalAsset
A reference to an external URL.
|
class |
PrivateAsset
An implementation of
IAsset for localizable assets within the JVM's
classpath. |