public static final class JexlSandbox.BlackSet extends JexlSandbox.Names
| Constructor and Description |
|---|
JexlSandbox.BlackSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String name)
Adds a name to this set.
|
protected JexlSandbox.Names |
copy() |
String |
get(String name)
Whether a given name is allowed or not.
|
aliasprotected JexlSandbox.Names copy()
copy in class JexlSandbox.Namespublic boolean add(String name)
JexlSandbox.Namesadd in class JexlSandbox.Namesname - the name to addpublic String get(String name)
JexlSandbox.Namesget in class JexlSandbox.Namesname - the method/property name to checkCopyright © 2001–2016 The Apache Software Foundation. All rights reserved.