|
||||||||||
| 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 |
IContainedComponent.getBinding(String name)
Returns the named binding, or null if the binding does not exist. |
IBindingSpecification |
ContainedComponent.getBinding(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 |
IContainedComponent.setBinding(String name,
IBindingSpecification spec)
|
void |
ContainedComponent.setBinding(String name,
IBindingSpecification spec)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||