|
||||||||||
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 | |
---|---|
java.lang.Object |
evaluate(Context context)
Evaluates the expression on the bean with the given context and returns the result |
void |
update(Context context,
java.lang.String newValue)
Deprecated. 0.5 use Updater instead |
Method Detail |
---|
java.lang.Object evaluate(Context context)
context
- evaluate against this Context
void update(Context context, java.lang.String newValue)
Updater
instead
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 |