|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Evaluatable
Something that can be evaluated. This is currently only a further
abstraction of compiled and not compiled ScriptEngines.
| Method Summary | |
|---|---|
Object |
eval()
Evaluate the evaluatable. |
Object |
get(String key)
Get a bean from the engines bindings. |
void |
put(String key,
Object value)
Add a bean |
| Method Detail |
|---|
Object eval()
throws ScriptException
ScriptExceptionObject get(String key)
key - The scripts variable name.
void put(String key,
Object value)
key - value -
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||