|
||||||||||
| 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 org.apache.tapestry.asset.AssetExternalizer, used to handle private assets. |
| org.apache.tapestry.dojo | Classes/utilities making up some of the core ajax functionality for tapestry. |
| org.apache.tapestry.dojo.html | Html related components that are wrapped by dojo widgets. |
| 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 |
AbstractComponent.getAsset(String name)
|
IAsset |
IComponent.getAsset(String name)
Returns the named asset, or null if not found. |
| Methods in org.apache.tapestry with parameters of type IAsset | |
|---|---|
void |
AbstractComponent.addAsset(String name,
IAsset asset)
|
void |
IComponent.addAsset(String name,
IAsset asset)
Adds an asset to the component. |
| 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 ServletContextcontaining the
application. |
class |
ExternalAsset
A reference to an external URL. |
class |
PrivateAsset
An implementation of IAssetfor localizable assets within the JVM's
classpath. |
| Methods in org.apache.tapestry.asset that return IAsset | |
|---|---|
IAsset |
DefaultAssetFactory.createAbsoluteAsset(String path,
Locale locale,
Location location)
|
IAsset |
AssetFactory.createAbsoluteAsset(String path,
Locale locale,
Location location)
Creates a new asset relative to the root of the domain defined by the type of asset. |
IAsset |
ClasspathAssetFactory.createAbsoluteAsset(String path,
Locale locale,
Location location)
|
IAsset |
ContextAssetFactory.createAbsoluteAsset(String path,
Locale locale,
Location location)
|
IAsset |
DefaultAssetFactory.createAsset(Resource resource,
Location location)
|
IAsset |
AssetFactory.createAsset(Resource resource,
Location location)
Creates a new asset based on a known resource. |
IAsset |
ClasspathAssetFactory.createAsset(Resource resource,
Location location)
|
IAsset |
ContextAssetFactory.createAsset(Resource resource,
Location location)
|
IAsset |
DefaultAssetFactory.createAsset(Resource baseResource,
String path,
Locale locale,
Location location)
|
IAsset |
AssetFactory.createAsset(Resource baseResource,
String path,
Locale locale,
Location location)
Creates a new asset relative to an existing asset. |
IAsset |
ClasspathAssetFactory.createAsset(Resource baseResource,
String path,
Locale locale,
Location location)
|
IAsset |
ContextAssetFactory.createAsset(Resource baseResource,
String path,
Locale locale,
Location location)
|
IAsset |
AssetSource.findAsset(Resource base,
String path,
Locale locale,
Location location)
Finds an asset relative to some existing resource (typically, a page, component or library specification). |
IAsset |
AssetSourceImpl.findAsset(Resource base,
String path,
Locale locale,
Location location)
|
| Uses of IAsset in org.apache.tapestry.dojo |
|---|
| Methods in org.apache.tapestry.dojo with parameters of type IAsset | |
|---|---|
void |
AjaxShellDelegate.setDojoPath(IAsset dojoPath)
Sets the dojo baseRelativePath value. |
void |
AjaxShellDelegate.setDojoSource(IAsset dojoSource)
Sets a valid path to the base dojo javascript installation directory. |
void |
AjaxShellDelegate.setTapestrySource(IAsset tapestrySource)
Sets a valid base path to resolve tapestry.js. |
| Uses of IAsset in org.apache.tapestry.dojo.html |
|---|
| Methods in org.apache.tapestry.dojo.html that return IAsset | |
|---|---|
IAsset |
IDojoFloatingPane.getIcon()
Window icon. |
| Uses of IAsset in org.apache.tapestry.form |
|---|
| Methods in org.apache.tapestry.form that return IAsset | |
|---|---|
abstract IAsset |
ImageSubmit.getDisabledImage()
parameter. |
abstract IAsset |
DatePicker.getIcon()
|
abstract IAsset |
ImageSubmit.getImage()
parameter. |
| Uses of IAsset in org.apache.tapestry.html |
|---|
| Methods in org.apache.tapestry.html that return IAsset | |
|---|---|
abstract IAsset |
Rollover.getDisabled()
|
abstract IAsset |
Rollover.getImage()
|
abstract IAsset |
Image.getImage()
|
abstract IAsset |
Rollover.getMouseOut()
|
abstract IAsset |
Rollover.getMouseOver()
|
abstract IAsset |
Script.getScriptAsset()
|
abstract IAsset |
Shell.getStylesheet()
|
| Methods in org.apache.tapestry.html with parameters of type IAsset | |
|---|---|
protected String |
Rollover.getAssetURL(IAsset asset)
Converts an IAssetbinding 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 | |||||||||