Package | Description |
---|---|
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingSpecification
Stores a binding specification, which identifies the static value
or OGNL expression for the binding.
|
Modifier and Type | Method and Description |
---|---|
IBindingSpecification |
SpecFactory.createBindingSpecification() |
IBindingSpecification |
ContainedComponent.getBinding(java.lang.String name)
Returns the named binding, or null if the binding does not exist.
|
IBindingSpecification |
IContainedComponent.getBinding(java.lang.String name)
Returns the named binding, or null if the binding does not
exist.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainedComponent.setBinding(java.lang.String name,
IBindingSpecification spec) |
void |
IContainedComponent.setBinding(java.lang.String name,
IBindingSpecification spec) |