Package | Description |
---|---|
org.apache.commons.jexl3.introspection |
Provides high-level introspective services.
|
Modifier and Type | Class and Description |
---|---|
static class |
JexlSandbox.BlackSet
A black set of names.
|
static class |
JexlSandbox.WhiteSet
A white set of names.
|
Modifier and Type | Method and Description |
---|---|
protected JexlSandbox.Names |
JexlSandbox.Names.copy() |
protected JexlSandbox.Names |
JexlSandbox.WhiteSet.copy() |
protected JexlSandbox.Names |
JexlSandbox.BlackSet.copy() |
JexlSandbox.Names |
JexlSandbox.Permissions.execute()
Gets the set of method names in these permissions.
|
JexlSandbox.Names |
JexlSandbox.Permissions.read()
Gets the set of readable property names in these permissions.
|
JexlSandbox.Names |
JexlSandbox.Permissions.write()
Gets the set of writeable property names in these permissions.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.