Uses of Interface
com.avoka.core.groovy.runtime.IBindable
-
Packages that use IBindable Package Description com.avoka.core.groovy Provides a Groovy Logger class.com.avoka.core.groovy.runtime Provides a Groovy Script runtime execution classes.com.avoka.tm.util Provides Utility function classes. -
-
Uses of IBindable in com.avoka.core.groovy
Classes in com.avoka.core.groovy that implement IBindable Modifier and Type Class Description class
SecurityLogger
Provides a Security Logger class for logging information during the execution of Security Manager SSO Filter scripts. -
Uses of IBindable in com.avoka.core.groovy.runtime
Methods in com.avoka.core.groovy.runtime with parameters of type IBindable Modifier and Type Method Description GroovyScriptRuntime
GroovyScriptRuntime. setBindable(IBindable bindable)
Set an bindable object to bind to the Groovy script object before it is invoked. -
Uses of IBindable in com.avoka.tm.util
Classes in com.avoka.tm.util that implement IBindable Modifier and Type Class Description class
Logger
Provides a Logger class for logging information during the execution of Groovy scripts.
-