public abstract static class JexlSandbox.Names extends Object
| Constructor and Description |
|---|
JexlSandbox.Names() |
public abstract boolean add(String name)
name - the name to addpublic boolean alias(String name, String alias)
This only has an effect on white lists.
name - the name to aliasalias - the aliaspublic String get(String name)
name - the method/property name to checkprotected JexlSandbox.Names copy()
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.