Uses of Interface
org.apache.commons.jexl3.JexlContext.ThreadLocal
-
Uses of JexlContext.ThreadLocal in org.apache.commons.jexl3
Modifier and TypeFieldDescriptionprotected static final ThreadLocal<JexlContext.ThreadLocal>
JexlEngine.CONTEXT
The thread local context.Modifier and TypeMethodDescriptionstatic JexlContext.ThreadLocal
JexlEngine.getThreadContext()
Accesses the current thread local context.Modifier and TypeMethodDescriptionstatic void
JexlEngine.setThreadContext
(JexlContext.ThreadLocal tls) Sets the current thread local context.