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.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
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
 

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

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(ClassLoader parent, Binding binding)
           
GroovyShell(ClassLoader parent, Binding binding, CompilerConfiguration config)
           
 

Uses of Binding in groovy.servlet
 

Methods in groovy.servlet that return Binding
protected  Binding TemplateServlet.createBinding(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Creates the application context.
 

Methods in groovy.servlet with parameters of type Binding
protected  Template TemplateServlet.handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Binding binding)
          Default request handling.
protected  void TemplateServlet.merge(Template template, Binding binding, javax.servlet.http.HttpServletResponse response)
          Merges the template and writes response.
protected  void TemplateServlet.requestDone(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Binding binding)
          Called one request is processed.
 

Uses of Binding in groovy.util
 

Methods in groovy.util with parameters of type Binding
 Object GroovyScriptEngine.run(String script, Binding binding)
           
 

Uses of Binding in org.codehaus.groovy.runtime
 

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



Copyright © 2003-2004 The Codehaus. All Rights Reserved.