|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Expression
represents an arbitrary expression on a bean.
Method Summary | |
Object |
evaluate(Context context)
Evaluates the expression on the bean with the given context and returns the result |
void |
update(Context context,
String newValue)
Updates the current bean context with a new String value. |
Method Detail |
public Object evaluate(Context context)
context
- evaluate against this Context
public 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.
context
- update this Context
newValue
- the new value for this expression
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |