|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IBindingSpecification | |
| org.apache.tapestry.spec | Classes to represent application and component specifications. |
| Uses of IBindingSpecification in org.apache.tapestry.spec |
| Classes in org.apache.tapestry.spec that implement IBindingSpecification | |
class |
BindingSpecification
Stores a binding specification, which identifies the static value or OGNL expression for the binding. |
| Methods in org.apache.tapestry.spec that return IBindingSpecification | |
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. |
| Methods in org.apache.tapestry.spec with parameters of type IBindingSpecification | |
void |
ContainedComponent.setBinding(java.lang.String name,
IBindingSpecification spec)
|
void |
IContainedComponent.setBinding(java.lang.String name,
IBindingSpecification spec)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||