|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Expression
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 |
|---|
Object evaluate(Context context)
context - evaluate against this 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.
context - update this ContextnewValue - the new value for this expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||