Package grails.util
Class ExtendedProxy
- java.lang.Object
-
- groovy.lang.GroovyObjectSupport
-
- groovy.util.Proxy
-
- grails.util.ExtendedProxy
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
public class ExtendedProxy extends groovy.util.ProxyExtends the Groovy Proxy implementation and adds proxying of property getters/setters.
-
-
Constructor Summary
Constructors Constructor Description ExtendedProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetProperty(java.lang.String property)voidsetMetaClass(groovy.lang.MetaClass metaClass)voidsetProperty(java.lang.String property, java.lang.Object newValue)
-
-
-
Method Detail
-
getProperty
public java.lang.Object getProperty(java.lang.String property)
-
setProperty
public void setProperty(java.lang.String property, java.lang.Object newValue)
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject- Overrides:
setMetaClassin classgroovy.lang.GroovyObjectSupport
-
-