Package | Description |
---|---|
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanSpecification
A specification of a helper bean for a component.
|
Modifier and Type | Method and Description |
---|---|
IBeanSpecification |
SpecFactory.createBeanSpecification()
Creates a new instance of
IBeanSpecification . |
IBeanSpecification |
ComponentSpecification.getBeanSpecification(java.lang.String name)
Returns the
IBeanSpecification for the given name, or null if not such specification
exists. |
IBeanSpecification |
IComponentSpecification.getBeanSpecification(java.lang.String name)
Returns the
IBeanSpecification for the given name, or null if not such specification
exists. |
Modifier and Type | Method and Description |
---|---|
void |
ComponentSpecification.addBeanSpecification(java.lang.String name,
IBeanSpecification specification) |
void |
IComponentSpecification.addBeanSpecification(java.lang.String name,
IBeanSpecification specification) |