Uses of Class
org.mvel2.SandboxedParserConfiguration
-
Packages that use SandboxedParserConfiguration Package Description org.mvel2 -
-
Uses of SandboxedParserConfiguration in org.mvel2
Methods in org.mvel2 that return SandboxedParserConfiguration Modifier and Type Method Description static SandboxedParserConfigurationParserContext. enableSandboxedMode()Constructors in org.mvel2 with parameters of type SandboxedParserConfiguration Constructor Description ExecutionContext(SandboxedParserConfiguration parserConfig)ExecutionContext(SandboxedParserConfiguration parserConfig, long maxAllowedMemory)ExecutionContext(SandboxedParserConfiguration parserConfig, long maxAllowedMemory, int maxAllowedMethodArgs)
-