Uses of Interface
org.codehaus.groovy.grails.commons.metaclass.ConstructorInterceptor

Packages that use ConstructorInterceptor
org.codehaus.groovy.grails.commons.metaclass   
 

Uses of ConstructorInterceptor in org.codehaus.groovy.grails.commons.metaclass
 

Classes in org.codehaus.groovy.grails.commons.metaclass that implement ConstructorInterceptor
 class AbstractDynamicMethodsInterceptor
          Implements an the Interceptor interface to add support for using ProxyMetaClass to define dynamic methods
 class GroovyDynamicMethodsInterceptor
          class for dynamic methods applied to a Groovy object that registers itself with the GroovyObject instances meta class instance
 



Copyright (c) 2005-2006 The Grails project