|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 IAssetSpecification with the given name, or null if
no such specification exists. |
IAssetSpecification |
ComponentSpecification.getAsset(String name)
Returns the IAssetSpecification with 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |