|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.spec.BindingType
public final class BindingType
Defines the different types of bindings possible for a component. These are used in the
IBindingSpecification
and ultimately used to create an instance of
IBinding
.
Field Summary | |
---|---|
static BindingType |
INHERITED
|
static BindingType |
PREFIXED
Indicates that the binding value is a prefixed locator, ready for use with BindingSource . |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final BindingType PREFIXED
BindingSource
.
public static final BindingType INHERITED
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |