Uses of Interface
org.apache.commons.jexl3.JexlContext.ThreadLocal
-
Packages that use JexlContext.ThreadLocal Package Description 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 Modifier and Type Field Description protected static java.lang.ThreadLocal<JexlContext.ThreadLocal>JexlEngine. CONTEXTThe thread local context.Methods in org.apache.commons.jexl3 that return JexlContext.ThreadLocal Modifier and Type Method Description static JexlContext.ThreadLocalJexlEngine. getThreadContext()Accesses the current thread local context.Methods in org.apache.commons.jexl3 with parameters of type JexlContext.ThreadLocal Modifier and Type Method Description static voidJexlEngine. 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 Modifier and Type Method Description protected JexlContext.ThreadLocalEngine. putThreadLocal(JexlContext.ThreadLocal tls)Swaps the current thread local context.Methods in org.apache.commons.jexl3.internal with parameters of type JexlContext.ThreadLocal Modifier and Type Method Description protected JexlContext.ThreadLocalEngine. putThreadLocal(JexlContext.ThreadLocal tls)Swaps the current thread local context.
-