org.codehaus.groovy.grails.commons.metaclass
Class GroovyDynamicMethodsInterceptor
java.lang.Object
org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicMethods
org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicMethodsInterceptor
org.codehaus.groovy.grails.commons.metaclass.GroovyDynamicMethodsInterceptor
- All Implemented Interfaces:
- ConstructorInterceptor, DynamicMethods, Interceptor, PropertyAccessInterceptor
public class GroovyDynamicMethodsInterceptor
- extends AbstractDynamicMethodsInterceptor
class for dynamic methods applied to a Groovy object that registers itself with the GroovyObject instances
meta class instance
- Since:
- 07-Nov-2005
- Author:
- Graeme Rocher
Methods inherited from class org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicMethods |
addDynamicConstructor, addDynamicMethodInvocation, addDynamicProperty, addStaticMethodInvocation, getDynamicMethod, getDynamicProperty, getProperty, invokeConstructor, invokeMethod, invokeStaticMethod, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroovyDynamicMethodsInterceptor
public GroovyDynamicMethodsInterceptor(groovy.lang.GroovyObject go)
throws IntrospectionException
- Throws:
IntrospectionException
Copyright (c) 2005-2006 The Grails project