Uses of Interface
org.apache.commons.jexl3.JexlContext.ThreadLocal

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.
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.