Uses of Interface
org.apache.commons.jexl3.JexlContext.ThreadLocal
Packages that use JexlContext.ThreadLocal
Package
Description
Provides a framework for evaluating JEXL expressions.
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.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. -
Uses of JexlContext.ThreadLocal in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal that return JexlContext.ThreadLocalModifier and TypeMethodDescriptionprotected 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.ThreadLocalModifier and TypeMethodDescriptionprotected JexlContext.ThreadLocal
Engine.putThreadLocal
(JexlContext.ThreadLocal tls) Swaps the current thread local context.