public interface ReferenceBinding extends LoadBinding
XelELContext.getVariableMapper()| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyString()
Returns the reference expression script of this binding.
|
Object |
getValue(BindELContext ctx)
Returns the referenced value.
|
void |
invalidateCache()
Invalidate cached value of this reference.
|
void |
setValue(BindELContext ctx,
Object value)
Sets the value to referenced object
|
loadgetArgs, getBinder, getComponentObject getValue(BindELContext ctx)
ctx - the context to evaluate the reference expression.void setValue(BindELContext ctx, Object value)
ctx - the context to evaluate the reference expression.String getPropertyString()
void invalidateCache()
Copyright © 2020. All rights reserved.