| Package | Description |
|---|---|
| org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertySpecification
Defines a transient or persistant property of a component or page.
|
| Modifier and Type | Method and Description |
|---|---|
IPropertySpecification |
SpecFactory.createPropertySpecification()
Creates a concrete instance of
IPropertySpecification. |
IPropertySpecification |
ComponentSpecification.getPropertySpecification(java.lang.String name)
Returns the named
IPropertySpecification, or null if no
such specification exist. |
IPropertySpecification |
IComponentSpecification.getPropertySpecification(java.lang.String name)
Returns the named
IPropertySpecification, or null if no
such specification exist. |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentSpecification.addPropertySpecification(IPropertySpecification spec)
Adds a new property specification.
|
void |
IComponentSpecification.addPropertySpecification(IPropertySpecification spec)
Adds a new property specification.
|