Uses of Class
com.avoka.core.groovy.runtime.GroovyScriptContext
Packages that use GroovyScriptContext
Package
Description
Provides a Groovy Script runtime execution classes.
-
Uses of GroovyScriptContext in com.avoka.core.groovy.runtime
Methods in com.avoka.core.groovy.runtime that return GroovyScriptContextModifier and TypeMethodDescriptionstatic GroovyScriptContext
GroovyScriptContext.getThreadLocalContext()
Return the thread local Groovy Script execution context object.protected static GroovyScriptContext
GroovyScriptContext.popThreadLocalContext()
Set the thread local Groovy Script execution context object.protected static GroovyScriptContext
GroovyScriptContext.pushThreadLocalContext
(GroovyScriptContext context) Set the thread local Groovy Script execution context object.Methods in com.avoka.core.groovy.runtime with parameters of type GroovyScriptContextModifier and TypeMethodDescriptionprotected static GroovyScriptContext
GroovyScriptContext.pushThreadLocalContext
(GroovyScriptContext context) Set the thread local Groovy Script execution context object.