org.apache.tapestry.spec
Class BindingType
java.lang.Object
org.apache.tapestry.spec.BindingType
public final class BindingType
- extends Object
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
.
- Author:
- Howard Lewis Ship
PREFIXED
public static final BindingType PREFIXED
- Indicates that the binding value is a prefixed locator, ready for use with
BindingSource
.
INHERITED
public static final BindingType INHERITED
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.