Uses of Interface
org.apache.commons.jexl3.JexlContext.ThreadLocal
Packages that use JexlContext.ThreadLocal
-
Uses of JexlContext.ThreadLocal in org.apache.commons.jexl3
Fields in org.apache.commons.jexl3 with type parameters of type JexlContext.ThreadLocalModifier and TypeFieldDescriptionprotected static final ThreadLocal<JexlContext.ThreadLocal>
JexlEngine.CONTEXT
The thread local context.Methods in org.apache.commons.jexl3 that return JexlContext.ThreadLocalModifier and TypeMethodDescriptionstatic JexlContext.ThreadLocal
JexlEngine.getThreadContext()
Accesses the current thread local context.Methods in org.apache.commons.jexl3 with parameters of type JexlContext.ThreadLocalModifier and TypeMethodDescriptionstatic void
JexlEngine.setThreadContext
(JexlContext.ThreadLocal tls) Sets the current thread local context.