public interface ReferenceBinding extends LoadBinding
XelELContext.getVariableMapper()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyString()
Returns the reference expression script of this binding.
|
java.lang.Object |
getValue(BindELContext ctx)
Returns the referenced value.
|
void |
invalidateCache()
Invalidate cached value of this reference.
|
void |
setValue(BindELContext ctx,
java.lang.Object value)
Sets the value to referenced object
|
load
getArgs, getBinder, getComponent
java.lang.Object getValue(BindELContext ctx)
ctx
- the context to evaluate the reference expression.void setValue(BindELContext ctx, java.lang.Object value)
ctx
- the context to evaluate the reference expression.java.lang.String getPropertyString()
void invalidateCache()
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.