Uses of Class
groovy.lang.GroovyObjectSupport

Packages that use GroovyObjectSupport
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
groovy.mock GroovyMock is a mock testing library for Groovy objects. 
groovy.servlet Support for Groovlets which are Servlets written as a simple Groovy script. 
groovy.sql Groovy helper classes for working with SQL data as Groovy objects 
groovy.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
groovy.util.slurpersupport Helper classes for XmlSlurper. 
groovy.xml Groovy markup builder classes for working with SAX and W3C DOM and Groovy markup. 
groovy.xml.streamingmarkupsupport XmlBuilder related classes to support streaming XML. 
org.codehaus.groovy.binding Classes related to property binding. 
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
org.codehaus.groovy.tools.shell.util Utility classes related to the Groovy Shell (aka. 
 

Uses of GroovyObjectSupport in groovy.lang
 

Subclasses of GroovyObjectSupport in groovy.lang
 class Binding
          Represents the variable bindings of a script which can be altered from outside the script object or created outside of a script and passed into it.
 class Closure
          Represents any closure object in Groovy.
private  class Closure.WritableClosure
          Implementation note: This has to be an inner class! Reason: Closure.this.call will call the outer call method, but with the inner class as executing object.
protected  class ExpandoMetaClass.ExpandoMetaConstructor
          Handles the ability to use the left shift operator to append new constructors
protected  class ExpandoMetaClass.ExpandoMetaProperty
          Instances of this class are returned when using the << left shift operator.
 class GroovyShell
          Represents a groovy shell capable of running arbitrary groovy scripts
 class GString
          Represents a String which contains embedded values such as "hello there ${user} how are you?" which can be evaluated lazily.
 class Reference
          Represents a reference to a value
 class Script
          This object represents a Groovy script
 

Uses of GroovyObjectSupport in groovy.mock
 

Subclasses of GroovyObjectSupport in groovy.mock
 class GroovyMock
           
 

Uses of GroovyObjectSupport in groovy.servlet
 

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

Uses of GroovyObjectSupport in groovy.sql
 

Subclasses of GroovyObjectSupport in groovy.sql
(package private)  class CallResultSet
           
 class GroovyResultSetExtension
          GroovyResultSetExtension implements additional logic for ResultSet.
 class GroovyRowResult
          Represents an extent of objects.
 

Uses of GroovyObjectSupport in groovy.util
 

Subclasses of GroovyObjectSupport in groovy.util
 class AntBuilder
          Allows Ant tasks to be used with GroovyMarkup
 class BuilderSupport
          An abstract base class for creating arbitrary nested trees of objects or events
 class Expando
          Represents a dynamically expandable bean.
 class FactoryBuilderSupport
          Mix of BuilderSupport and SwingBuilder's factory support.
 class GroovyLog
          Represents an arbitrary logging service.
 class GroovyMBean
          A GroovyObject facade for an underlying MBean which acts like a normal groovy object but which is actually implemented via an underlying JMX MBean.
 class NodeBuilder
          A helper class for creating nested trees of Node objects for handling arbitrary data
 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.
 class Proxy
          Dynamic groovy proxy for another object.
 

Uses of GroovyObjectSupport in groovy.util.slurpersupport
 

Subclasses of GroovyObjectSupport in groovy.util.slurpersupport
 class Attribute
           
(package private)  class Attributes
           
 class FilteredAttributes
          Lazy evaluated representation of nodes filtered by attributes.
 class FilteredNodeChildren
           
 class GPathResult
           
 class NoChildren
           
 class NodeChild
           
(package private)  class NodeChildren
           
 

Uses of GroovyObjectSupport in groovy.xml
 

Subclasses of GroovyObjectSupport in groovy.xml
 class DOMBuilder
          A helper class for creating a W3C DOM tree
 class MarkupBuilder
          A helper class for creating XML or HTML markup
 class NamespaceBuilderSupport
          A helper class for creating namespaced GroovyMarkup
 class SAXBuilder
          A helper class for creating a W3C D
 

Uses of GroovyObjectSupport in groovy.xml.streamingmarkupsupport
 

Subclasses of GroovyObjectSupport in groovy.xml.streamingmarkupsupport
 class BaseMarkupBuilder
           
private static class BaseMarkupBuilder.Document
           
private  class BaseMarkupBuilder.Document.OutputSink
           
 class Builder
           
protected static class Builder.Built
           
 

Uses of GroovyObjectSupport in org.codehaus.groovy.binding
 

Subclasses of GroovyObjectSupport in org.codehaus.groovy.binding
 class ModelBinding
           
 

Uses of GroovyObjectSupport in org.codehaus.groovy.runtime
 

Subclasses of GroovyObjectSupport in org.codehaus.groovy.runtime
 class CurriedClosure
          Represents wrapper around a Closure to support currying
 class GStringImpl
          Default implementation of a GString used by the compiler.
 class IteratorClosureAdapter
          A closure which stores calls in a List so that method calls can be iterated over in a 'yield' style way
 class MethodClosure
          Represents a method on an object using a closure which can be invoked at any time
 class NullObject
           
 class ScriptReference
          Represents a reference to a variable in a script
 

Uses of GroovyObjectSupport in org.codehaus.groovy.tools.shell.util
 

Subclasses of GroovyObjectSupport in org.codehaus.groovy.tools.shell.util
static class ANSI.RenderMessageSource
           
 class MessageSource
          Message source backed up by one or more ResourceBundle instances for simple i18n support.
 



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