Package | Description |
---|---|
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
Modifier and Type | Class and Description |
---|---|
class |
AssetSpecification
Defines an internal, external or private asset.
|
Modifier and Type | Method and Description |
---|---|
IAssetSpecification |
SpecFactory.createAssetSpecification()
Returns a new instance of
IAssetSpecification . |
IAssetSpecification |
ComponentSpecification.getAsset(java.lang.String name)
Returns the
IAssetSpecification with the given name, or null if no such specification
exists. |
IAssetSpecification |
IComponentSpecification.getAsset(java.lang.String name)
Returns the
IAssetSpecification with the given name, or null if no such specification
exists. |
Modifier and Type | Method and Description |
---|---|
void |
ComponentSpecification.addAsset(java.lang.String name,
IAssetSpecification asset) |
void |
IComponentSpecification.addAsset(java.lang.String name,
IAssetSpecification asset) |