Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface VariableContext
ContextSupport
for delegation
of variable resolution.
Method Summary | |
Object |
|
public Object getVariableValue(String name)
Resolve a variable binding Retrieve the currently bound value of the named variable, or null if no such binding exists.
- Parameters:
name
- The name of the variable sought.
- Returns:
- The currently bound value of the variable, or null.