Package | Description |
---|---|
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
Modifier and Type | Field and Description |
---|---|
static BindingType |
BindingType.INHERITED |
static BindingType |
BindingType.PREFIXED
Indicates that the binding value is a prefixed locator, ready for use with
BindingSource . |
Modifier and Type | Method and Description |
---|---|
BindingType |
BindingSpecification.getType() |
BindingType |
IBindingSpecification.getType()
Returns the type of binding specification; this is generally
PREFIXED . |
Modifier and Type | Method and Description |
---|---|
void |
BindingSpecification.setType(BindingType type) |
void |
IBindingSpecification.setType(BindingType type) |