grails.util
Class ExtendProxy

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by groovy.util.Proxy
          extended by grails.util.ExtendProxy
All Implemented Interfaces:
groovy.lang.GroovyObject

public class ExtendProxy
extends groovy.util.Proxy

Extends the Groovy Proxy implementation and adds proxying of property getters/setters

Since:
Oct 20, 2005
Author:
Graeme Rocher, Jonathan Carlson

Constructor Summary
ExtendProxy()
           
 
Method Summary
 Object getProperty(String property)
           
 void setProperty(String property, Object newValue)
           
 
Methods inherited from class groovy.util.Proxy
getAdaptee, invokeMethod, iterator, setAdaptee, wrap
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendProxy

public ExtendProxy()
Method Detail

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject
Overrides:
getProperty in class groovy.lang.GroovyObjectSupport

setProperty

public void setProperty(String property,
                        Object newValue)
Specified by:
setProperty in interface groovy.lang.GroovyObject
Overrides:
setProperty in class groovy.lang.GroovyObjectSupport


Copyright (c) 2005-2006 The Grails project