Uses of Interface
org.apache.tapestry.IAsset

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.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(java.lang.String name)
           
 IAsset IComponent.getAsset(java.lang.String name)
          Returns the named asset, or null if not found.
 

Methods in org.apache.tapestry with parameters of type IAsset
 void AbstractComponent.addAsset(java.lang.String name, IAsset asset)
           
 void IComponent.addAsset(java.lang.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 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 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 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 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 baseResource, java.lang.String path, java.util.Locale locale, org.apache.hivemind.Location location)
           
 IAsset ClasspathAssetFactory.createAbsoluteAsset(java.lang.String path, java.util.Locale locale, org.apache.hivemind.Location location)
           
 IAsset ClasspathAssetFactory.createAsset(org.apache.hivemind.Resource resource, 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 DefaultAssetFactory.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 resource, org.apache.hivemind.Location location)
           
 IAsset DefaultAssetFactory.createAbsoluteAsset(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 ContextAssetFactory.createAbsoluteAsset(java.lang.String path, java.util.Locale locale, org.apache.hivemind.Location location)
           
 IAsset ContextAssetFactory.createAsset(org.apache.hivemind.Resource resource, org.apache.hivemind.Location location)
           
 

Uses of IAsset in org.apache.tapestry.form
 

Methods in org.apache.tapestry.form that return IAsset
abstract  IAsset DatePicker.getIcon()
           
abstract  IAsset ImageSubmit.getDisabledImage()
          parameter
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.getMouseOut()
           
abstract  IAsset Rollover.getDisabled()
           
abstract  IAsset Rollover.getMouseOver()
           
abstract  IAsset Rollover.getImage()
           
abstract  IAsset Shell.getStylesheet()
           
abstract  IAsset Script.getScriptAsset()
           
abstract  IAsset Image.getImage()
           
 

Methods in org.apache.tapestry.html with parameters of type IAsset
protected  java.lang.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()