|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.util.Proxy
grails.util.ExtendedProxy
public class ExtendedProxy
Extends the Groovy Proxy implementation and adds proxying of property getters/setters
Constructor Summary | |
---|---|
ExtendedProxy()
|
Method Summary | |
---|---|
java.lang.Object |
getProperty(java.lang.String property)
|
void |
setMetaClass(groovy.lang.MetaClass metaClass)
|
void |
setProperty(java.lang.String property,
java.lang.Object newValue)
|
Methods inherited from class groovy.util.Proxy |
---|
getAdaptee, invokeMethod, iterator, setAdaptee, wrap |
Methods inherited from class groovy.lang.GroovyObjectSupport |
---|
getMetaClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtendedProxy()
Method Detail |
---|
public java.lang.Object getProperty(java.lang.String property)
getProperty
in interface groovy.lang.GroovyObject
getProperty
in class groovy.lang.GroovyObjectSupport
public void setProperty(java.lang.String property, java.lang.Object newValue)
setProperty
in interface groovy.lang.GroovyObject
setProperty
in class groovy.lang.GroovyObjectSupport
public void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
in class groovy.lang.GroovyObjectSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |