org.apache.commons.jexl2
Class ScriptCallableTest.TestContext
java.lang.Object
org.apache.commons.jexl2.MapContext
org.apache.commons.jexl2.ScriptCallableTest.TestContext
- All Implemented Interfaces:
- JexlContext, NamespaceResolver
- Enclosing class:
- ScriptCallableTest
public static class ScriptCallableTest.TestContext
- extends MapContext
- implements NamespaceResolver
| Fields inherited from class org.apache.commons.jexl2.MapContext |
map |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptCallableTest.TestContext
public ScriptCallableTest.TestContext()
resolveNamespace
public Object resolveNamespace(String name)
- Specified by:
resolveNamespace in interface NamespaceResolver
wait
public int wait(int s)
throws InterruptedException
- Throws:
InterruptedException
waitInterrupt
public int waitInterrupt(int s)
runForever
public int runForever()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.