Uses of Interface
org.apache.tapestry.spec.IAssetSpecification

Packages that use IAssetSpecification
org.apache.tapestry.spec Classes to represent application and component specifications. 
 

Uses of IAssetSpecification in org.apache.tapestry.spec
 

Classes in org.apache.tapestry.spec that implement IAssetSpecification
 class AssetSpecification
          Defines an internal, external or private asset.
 

Methods in org.apache.tapestry.spec that return IAssetSpecification
 IAssetSpecification SpecFactory.createAssetSpecification()
          Returns a new instance of IAssetSpecification.
 IAssetSpecification ComponentSpecification.getAsset(java.lang.String name)
          Returns the IAssetSpecificationwith the given name, or null if no such specification exists.
 IAssetSpecification IComponentSpecification.getAsset(java.lang.String name)
          Returns the IAssetSpecificationwith the given name, or null if no such specification exists.
 

Methods in org.apache.tapestry.spec with parameters of type IAssetSpecification
 void ComponentSpecification.addAsset(java.lang.String name, IAssetSpecification asset)
           
 void IComponentSpecification.addAsset(java.lang.String name, IAssetSpecification asset)