Uses of Class
org.apache.commons.jexl3.introspection.JexlSandbox.Names
-
Packages that use JexlSandbox.Names Package Description org.apache.commons.jexl3.introspection Provides high-level introspective services. -
-
Uses of JexlSandbox.Names in org.apache.commons.jexl3.introspection
Subclasses of JexlSandbox.Names in org.apache.commons.jexl3.introspection Modifier and Type Class Description (package private) static classJexlSandbox.AllowSetAn allow set of names.static classJexlSandbox.BlackSetDeprecated.since 3.2, useJexlSandbox.BlockSet(package private) static classJexlSandbox.BlockSetA block set of names.static classJexlSandbox.WhiteSetDeprecated.since 3.2, useJexlSandbox.AllowSetFields in org.apache.commons.jexl3.introspection declared as JexlSandbox.Names Modifier and Type Field Description (package private) static JexlSandbox.NamesJexlSandbox. ALLOW_NAMESThe pass-thru name set.private static JexlSandbox.NamesJexlSandbox. BLOCK_NAMESThe block-all name set.private JexlSandbox.NamesJexlSandbox.Permissions. executeThe controlled methods.private JexlSandbox.NamesJexlSandbox.Permissions. readThe controlled readable properties.private JexlSandbox.NamesJexlSandbox.Permissions. writeThe controlled writable properties.Methods in org.apache.commons.jexl3.introspection that return JexlSandbox.Names Modifier and Type Method Description protected JexlSandbox.NamesJexlSandbox.AllowSet. copy()protected JexlSandbox.NamesJexlSandbox.BlockSet. copy()protected JexlSandbox.NamesJexlSandbox.Names. copy()Gets a copy of these NamesJexlSandbox.NamesJexlSandbox.Permissions. execute()Gets the set of method names in these permissions.JexlSandbox.NamesJexlSandbox.Permissions. read()Gets the set of readable property names in these permissions.JexlSandbox.NamesJexlSandbox.Permissions. write()Gets the set of writable property names in these permissions.Constructors in org.apache.commons.jexl3.introspection with parameters of type JexlSandbox.Names Constructor Description Permissions(boolean inherit, JexlSandbox.Names nread, JexlSandbox.Names nwrite, JexlSandbox.Names nexecute)Creates a new permissions instance.
-