Uses of Class
org.apache.commons.jexl2.introspection.Sandbox.Names
-
Packages that use Sandbox.Names Package Description org.apache.commons.jexl2.introspection Provides high-level introspective services. -
-
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 class
Sandbox.BlackSet
A black set of names.static class
Sandbox.WhiteSet
A white set of names.Methods in org.apache.commons.jexl2.introspection that return Sandbox.Names Modifier and Type Method Description Sandbox.Names
Sandbox.Permissions. execute()
Gets the set of method names in these permissions.Sandbox.Names
Sandbox.Permissions. read()
Gets the set of readable property names in these permissions.Sandbox.Names
Sandbox.Permissions. write()
Gets the set of writeable property names in these permissions.
-