Package | Description |
---|---|
org.apache.commons.jexl3 |
Provides a framework for evaluating JEXL expressions.
|
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.
|
Constructor and Description |
---|
Uberspect(org.apache.commons.logging.Log runtimeLogger,
JexlUberspect.ResolverStrategy sty)
Creates a new Uberspect.
|
Uberspect(org.apache.commons.logging.Log runtimeLogger,
JexlUberspect.ResolverStrategy sty,
Permissions perms)
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–2021 The Apache Software Foundation. All rights reserved.