|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JexlContext.ThreadLocal | |
---|---|
org.apache.commons.jexl3 | Provides a framework for evaluating JEXL expressions. |
org.apache.commons.jexl3.internal | Provides utilities for introspection services. |
Uses of JexlContext.ThreadLocal in org.apache.commons.jexl3 |
---|
Fields in org.apache.commons.jexl3 with type parameters of type JexlContext.ThreadLocal | |
---|---|
protected static ThreadLocal<JexlContext.ThreadLocal> |
JexlEngine.CONTEXT
The thread local context. |
Methods in org.apache.commons.jexl3 that return JexlContext.ThreadLocal | |
---|---|
static JexlContext.ThreadLocal |
JexlEngine.getThreadContext()
Accesses the current thread local context. |
Methods in org.apache.commons.jexl3 with parameters of type JexlContext.ThreadLocal | |
---|---|
static void |
JexlEngine.setThreadContext(JexlContext.ThreadLocal tls)
Sets the current thread local context. |
Uses of JexlContext.ThreadLocal in org.apache.commons.jexl3.internal |
---|
Methods in org.apache.commons.jexl3.internal that return JexlContext.ThreadLocal | |
---|---|
protected JexlContext.ThreadLocal |
Engine.putThreadLocal(JexlContext.ThreadLocal tls)
Swaps the current thread local context. |
Methods in org.apache.commons.jexl3.internal with parameters of type JexlContext.ThreadLocal | |
---|---|
protected JexlContext.ThreadLocal |
Engine.putThreadLocal(JexlContext.ThreadLocal tls)
Swaps the current thread local context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |