|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.lang.enum.Enum
org.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 |
DYNAMIC
Indicates a standard ExpressionBinding. |
static BindingType |
FIELD
Indicates a FieldBinding. |
static BindingType |
INHERITED
Indicates that an existing binding (from the container) will be re-used. |
static BindingType |
LISTENER
Indicates a ListenerBinding, a
specialized kind of binding that encapsulates a component listener
as a script. |
static BindingType |
STATIC
Indicates a StaticBinding. |
static BindingType |
STRING
A binding to one of a component's localized strings. |
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.lang.enum.Enum |
|---|
compareTo, equals, getEnum, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final BindingType STATIC
StaticBinding.
public static final BindingType DYNAMIC
ExpressionBinding.
public static final BindingType INHERITED
public static final BindingType FIELD
FieldBinding.
Field bindings are only available in the 1.3 DTD. The 1.4 DTD does not support them (since OGNL expressions can do the same thing).
public static final BindingType LISTENER
ListenerBinding, a
specialized kind of binding that encapsulates a component listener
as a script. Uses a subclass of BindingSpecification,
ListenerBindingSpecification.
IListenerBindingSpecification.
public static final BindingType STRING
IComponent.getString(String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||