| Package | Description |
|---|---|
| org.apache.commons.jexl3 |
Provides a framework for evaluating JEXL expressions.
|
| org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
| org.apache.commons.jexl3.internal.introspection |
Provides low-level introspective services.
|
| org.apache.commons.jexl3.introspection |
Provides high-level introspective services.
|
| Modifier and Type | Method and Description |
|---|---|
JexlUberspect.ResolverStrategy |
JexlBuilder.strategy() |
| Modifier and Type | Method and Description |
|---|---|
JexlBuilder |
JexlBuilder.strategy(JexlUberspect.ResolverStrategy rs)
Sets the JexlUberspect strategy strategy the engine will use.
|
| Modifier and Type | Method and Description |
|---|---|
static Uberspect |
Engine.getUberspect(org.apache.commons.logging.Log logger,
JexlUberspect.ResolverStrategy strategy)
Gets the default instance of Uberspect.
|
| Constructor and Description |
|---|
Uberspect(org.apache.commons.logging.Log runtimeLogger,
JexlUberspect.ResolverStrategy sty)
Creates a new Uberspect.
|
| Modifier and Type | Field and Description |
|---|---|
static JexlUberspect.ResolverStrategy |
JexlUberspect.JEXL_STRATEGY
The default strategy.
|
static JexlUberspect.ResolverStrategy |
JexlUberspect.MAP_STRATEGY
The map strategy.
|
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.