Looks at the {@link AttributeBean} on the {@link ClayContext} to seeif the value is a binding EL. If it is not it just updates the component with the value. If the attribute is a value binding expression, then a ValueBinding
is created. If the attribute uses early binding the ValueBinding
is executed and result applied to the component. Otherwise, the binding expression is applied to the component in a prepared state. A true
value is always returned because this is the default handler.
true
if the chain is complete
@exception Exception propagated up to the top of the chain
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|