Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl2.internal |
Provides utilities for introspection services.
|
org.apache.commons.jexl2.introspection |
Provides high-level introspective services.
|
Class and Description |
---|
Uberspect
'Federated' introspection/reflection interface to allow the introspection
behavior in JEXL to be customized.
|
Class and Description |
---|
JexlMethod
Interface used for regular method invocation.
|
JexlPropertyGet
Interface for getting values that appear to be properties.
|
JexlPropertySet
Interface used for setting values that appear to be properties.
|
Class and Description |
---|
JexlMethod
Interface used for regular method invocation.
|
JexlPropertyGet
Interface for getting values that appear to be properties.
|
JexlPropertySet
Interface used for setting values that appear to be properties.
|
Sandbox
A sandbox describes permissions on a class by explicitly allowing or forbidding access to methods and properties
through "whitelists" and "blacklists".
|
Sandbox.Names
A base set of names.
|
Sandbox.Permissions
Contains the white or black lists for properties and methods for a given class.
|
Uberspect
'Federated' introspection/reflection interface to allow the introspection
behavior in JEXL to be customized.
|
UberspectImpl
Implementation of Uberspect to provide the default introspective
functionality of JEXL.
|
Copyright © 2022. All rights reserved.