Uses of Class
org.apache.commons.jexl2.introspection.Sandbox.Names
-
Packages that use Sandbox.Names Package Description org.apache.commons.jexl2.introspection -
-
Uses of Sandbox.Names in org.apache.commons.jexl2.introspection
Subclasses of Sandbox.Names in org.apache.commons.jexl2.introspection Modifier and Type Class Description static classSandbox.BlackSetA black set of names.static classSandbox.WhiteSetA white set of names.Methods in org.apache.commons.jexl2.introspection that return Sandbox.Names Modifier and Type Method Description Sandbox.NamesSandbox.Permissions. execute()Gets the set of method names in these permissions.Sandbox.NamesSandbox.Permissions. read()Gets the set of readable property names in these permissions.Sandbox.NamesSandbox.Permissions. write()Gets the set of writeable property names in these permissions.
-