public interface Expression
Expression represents an arbitrary expression on a bean.
Expression
Object
evaluate(Context context)
void
update(Context context, String newValue)
Object evaluate(Context context)
context
Context
void update(Context context, String newValue)
Updates the current bean context with a new String value. This is typically used when parsing XML and updating a beans value from XML.
newValue