com.oldlight.weaver.interpreter
Class WeaverVariableResolver
java.lang.Object
com.oldlight.weaver.interpreter.WeaverVariableResolver
- All Implemented Interfaces:
- VariableResolver
- public class WeaverVariableResolver
- extends Object
- implements VariableResolver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
private WeaverExecutionContextImpl context
WeaverVariableResolver
public WeaverVariableResolver(WeaverExecutionContextImpl context)
resolveVariable
public Object resolveVariable(String name)
throws ELException
- Specified by:
resolveVariable
in interface VariableResolver
- Throws:
ELException