|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAsset | |
org.apache.tapestry | Tapestry is a comprehensive web application framework, written in Java. |
org.apache.tapestry.asset | Implementations of IAsset , as well as
the 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). |
Uses of IAsset in org.apache.tapestry |
Methods in org.apache.tapestry that return IAsset | |
IAsset |
IComponent.getAsset(java.lang.String name)
Returns the named asset, or null if not found. |
IAsset |
AbstractComponent.getAsset(java.lang.String name)
|
Methods in org.apache.tapestry with parameters of type IAsset | |
void |
IComponent.addAsset(java.lang.String name,
IAsset asset)
Adds an asset to the component. |
void |
AbstractComponent.addAsset(java.lang.String name,
IAsset asset)
|
Uses of IAsset in org.apache.tapestry.asset |
Classes in org.apache.tapestry.asset that implement IAsset | |
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. |
Methods in org.apache.tapestry.asset that return IAsset | |
IAsset |
DefaultAssetFactory.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 |
ClasspathAssetFactory.createAsset(org.apache.hivemind.Resource baseResource,
java.lang.String path,
java.util.Locale locale,
org.apache.hivemind.Location location)
|
IAsset |
AssetSourceImpl.findAsset(org.apache.hivemind.Resource base,
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)
|
IAsset |
AssetFactory.createAsset(org.apache.hivemind.Resource baseResource,
java.lang.String path,
java.util.Locale locale,
org.apache.hivemind.Location location)
Creates the new asset. |
Uses of IAsset in org.apache.tapestry.form |
Methods in org.apache.tapestry.form that return IAsset | |
abstract IAsset |
ImageSubmit.getDisabledImage()
parameter |
abstract IAsset |
ImageSubmit.getImage()
parameter |
abstract IAsset |
DatePicker.getIcon()
|
Uses of IAsset in org.apache.tapestry.html |
Methods in org.apache.tapestry.html that return IAsset | |
abstract IAsset |
Shell.getStylesheet()
|
abstract IAsset |
Rollover.getBlur()
|
abstract IAsset |
Rollover.getDisabled()
|
abstract IAsset |
Rollover.getFocus()
|
abstract IAsset |
Rollover.getImage()
|
abstract IAsset |
Image.getImage()
|
Methods in org.apache.tapestry.html with parameters of type IAsset | |
protected java.lang.String |
Rollover.getAssetURL(IAsset asset,
IRequestCycle cycle)
Converts an IAsset binding into a usable URL. |
Uses of IAsset in org.apache.tapestry.wml |
Methods in org.apache.tapestry.wml that return IAsset | |
abstract IAsset |
Image.getImage()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |