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 IComponentSpecification.getAsset(String name)
          Returns the IAssetSpecificationwith the given name, or null if no such specification exists.
 IAssetSpecification ComponentSpecification.getAsset(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 IComponentSpecification.addAsset(String name, IAssetSpecification asset)
           
 void ComponentSpecification.addAsset(String name, IAssetSpecification asset)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.