| Package | Description |
|---|---|
| org.apache.commons.jexl3 |
Provides a framework for evaluating JEXL expressions.
|
| org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<JexlContext.ThreadLocal> |
JexlEngine.CONTEXT
The thread local context.
|
| Modifier and Type | Method and Description |
|---|---|
static JexlContext.ThreadLocal |
JexlEngine.getThreadContext()
Accesses the current thread local context.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JexlEngine.setThreadContext(JexlContext.ThreadLocal tls)
Sets the current thread local context.
|
| Modifier and Type | Method and Description |
|---|---|
protected JexlContext.ThreadLocal |
Engine.putThreadLocal(JexlContext.ThreadLocal tls)
Swaps the current thread local context.
|
| Modifier and Type | Method and Description |
|---|---|
protected JexlContext.ThreadLocal |
Engine.putThreadLocal(JexlContext.ThreadLocal tls)
Swaps the current thread local context.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.