Uses of Class
com.avoka.core.groovy.runtime.GroovyScriptContext
-
Packages that use GroovyScriptContext Package Description com.avoka.core.groovy.runtime 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 GroovyScriptContext Modifier and Type Method Description static 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 GroovyScriptContext Modifier and Type Method Description protected static GroovyScriptContext
GroovyScriptContext. pushThreadLocalContext(GroovyScriptContext context)
Set the thread local Groovy Script execution context object.
-