Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.asset |
Implementations of
IAsset , as well as
the org.apache.tapestry.asset.AssetExternalizer , used to handle private assets. |
org.apache.tapestry.form |
Components for implementing basic HTML Forms.
|
org.apache.tapestry.html |
Components specific to the creation of HTML pages, including sophisticated
DHTML JavaScript effects.
|
org.apache.tapestry.wml |
Classes and components for main elements of the Wireless Markup Language (WML 1.2).
|
Modifier and Type | Method and Description |
---|---|
IAsset |
AbstractComponent.getAsset(java.lang.String name) |
IAsset |
IComponent.getAsset(java.lang.String name)
Returns the named asset, or null if not found.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractComponent.addAsset(java.lang.String name,
IAsset asset) |
void |
IComponent.addAsset(java.lang.String name,
IAsset asset)
Adds an asset to the component.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsset
Base class for
IAsset implementations. |
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. |
Modifier and Type | Method and Description |
---|---|
IAsset |
AssetFactory.createAbsoluteAsset(java.lang.String path,
java.util.Locale locale,
org.apache.hivemind.Location location)
Creates a new asset relative to the root of the domain defined by the type of asset.
|
IAsset |
ClasspathAssetFactory.createAbsoluteAsset(java.lang.String path,
java.util.Locale locale,
org.apache.hivemind.Location location) |
IAsset |
ContextAssetFactory.createAbsoluteAsset(java.lang.String path,
java.util.Locale locale,
org.apache.hivemind.Location location) |
IAsset |
DefaultAssetFactory.createAbsoluteAsset(java.lang.String path,
java.util.Locale locale,
org.apache.hivemind.Location location) |
IAsset |
AssetFactory.createAsset(org.apache.hivemind.Resource resource,
org.apache.hivemind.Location location)
Creates a new asset based on a known resource.
|
IAsset |
ClasspathAssetFactory.createAsset(org.apache.hivemind.Resource resource,
org.apache.hivemind.Location location) |
IAsset |
ContextAssetFactory.createAsset(org.apache.hivemind.Resource resource,
org.apache.hivemind.Location location) |
IAsset |
DefaultAssetFactory.createAsset(org.apache.hivemind.Resource resource,
org.apache.hivemind.Location location) |
IAsset |
AssetFactory.createAsset(org.apache.hivemind.Resource baseResource,
java.lang.String path,
java.util.Locale locale,
org.apache.hivemind.Location location)
Creates a new asset relative to an existing asset.
|
IAsset |
ClasspathAssetFactory.createAsset(org.apache.hivemind.Resource baseResource,
java.lang.String path,
java.util.Locale locale,
org.apache.hivemind.Location location) |
IAsset |
ContextAssetFactory.createAsset(org.apache.hivemind.Resource baseResource,
java.lang.String path,
java.util.Locale locale,
org.apache.hivemind.Location location) |
IAsset |
DefaultAssetFactory.createAsset(org.apache.hivemind.Resource baseResource,
java.lang.String path,
java.util.Locale locale,
org.apache.hivemind.Location location) |
IAsset |
AssetSource.findAsset(org.apache.hivemind.Resource base,
java.lang.String path,
java.util.Locale locale,
org.apache.hivemind.Location location)
Finds an asset relative to some existing resource (typically, a page, component or library
specification).
|
IAsset |
AssetSourceImpl.findAsset(org.apache.hivemind.Resource base,
java.lang.String path,
java.util.Locale locale,
org.apache.hivemind.Location location) |
Modifier and Type | Method and Description |
---|---|
abstract IAsset |
ImageSubmit.getDisabledImage()
parameter
|
abstract IAsset |
DatePicker.getIcon() |
abstract IAsset |
ImageSubmit.getImage()
parameter
|
Modifier and Type | Method and Description |
---|---|
abstract IAsset |
Rollover.getDisabled() |
abstract IAsset |
Image.getImage() |
abstract IAsset |
Rollover.getImage() |
abstract IAsset |
Rollover.getMouseOut() |
abstract IAsset |
Rollover.getMouseOver() |
abstract IAsset |
Script.getScriptAsset() |
abstract IAsset |
Shell.getStylesheet() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
Rollover.getAssetURL(IAsset asset)
Converts an
IAsset binding into a usable URL. |
Modifier and Type | Method and Description |
---|---|
abstract IAsset |
Image.getImage() |