Uses of Class
groovy.lang.Binding

Packages that use Binding
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
groovy.servlet Support for Groovlets which are Servlets written as a simple Groovy script. 
groovy.text Contains the text processing utilities including templating APIs and default implementations. 
groovy.ui An interactive command line terminal along with a Swing console for evaluating Groovy scripts. 
groovy.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
org.codehaus.groovy.bsf Defines the BSF Engine for using Groovy inside any BSF application. 
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
 

Uses of Binding in groovy.lang
 

Fields in groovy.lang declared as Binding
private  Binding Script.binding
           
private  Binding GroovyShell.context
           
 

Methods in groovy.lang that return Binding
 Binding Script.getBinding()
           
 Binding GroovyShell.getContext()
           
 

Methods in groovy.lang with parameters of type Binding
 void Script.setBinding(Binding binding)
           
 

Constructors in groovy.lang with parameters of type Binding
GroovyShell(Binding binding)
           
GroovyShell(Binding binding, CompilerConfiguration config)
           
GroovyShell(java.lang.ClassLoader parent, Binding binding)
           
GroovyShell(java.lang.ClassLoader parent, Binding binding, CompilerConfiguration config)
           
Script(Binding binding)
           
 

Uses of Binding in groovy.servlet
 

Subclasses of Binding in groovy.servlet
 class ServletBinding
          Servlet-specific binding extension to lazy load the writer or the output stream from the response.
 

Fields in groovy.servlet declared as Binding
private  Binding ServletBinding.binding
           
 

Uses of Binding in groovy.text
 

Fields in groovy.text declared as Binding
private  Binding XmlTemplateEngine.XmlWritable.binding
           
 

Constructors in groovy.text with parameters of type Binding
XmlTemplateEngine.XmlWritable(Script script, Binding binding)
           
 

Uses of Binding in groovy.ui
 

Constructors in groovy.ui with parameters of type Binding
InteractiveShell(Binding binding, java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
          Constructs a new InteractiveShell instance
InteractiveShell(java.lang.ClassLoader parent, Binding binding, java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
          Constructs a new InteractiveShell instance
 

Uses of Binding in groovy.util
 

Subclasses of Binding in groovy.util
 class FactoryBuilderSupport
          Mix of BuilderSupport and SwingBuilder's factory support.
 class ObjectGraphBuilder
          A builder for creating object graphs.
Each node defines the class to be created and the property on its parent (if any) at the same time.
 

Methods in groovy.util with parameters of type Binding
 Script GroovyScriptEngine.createScript(Binding binding, GroovyScriptEngine.ScriptCacheEntry entry)
          Creates a Script object given a cache entry object and a binding.
 java.lang.Object GroovyScriptEngine.run(java.lang.String scriptName, Binding binding)
          Run a script identified by name with a given binding.
 

Uses of Binding in org.codehaus.groovy.bsf
 

Fields in org.codehaus.groovy.bsf declared as Binding
private  Binding CachingGroovyEngine.context
           
 

Uses of Binding in org.codehaus.groovy.runtime
 

Methods in org.codehaus.groovy.runtime with parameters of type Binding
static Script InvokerHelper.createScript(java.lang.Class scriptClass, Binding context)
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.