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

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

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

Subinterfaces of Interceptor in org.codehaus.groovy.grails.commons.metaclass
 interface ConstructorInterceptor
          Extends interceptor interface to allow interception of constructors
 interface PropertyAccessInterceptor
          An interface that adds the ability to intercept property getters/setters
 

Classes in org.codehaus.groovy.grails.commons.metaclass that implement Interceptor
 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
 

Fields in org.codehaus.groovy.grails.commons.metaclass declared as Interceptor
protected  Interceptor ProxyMetaClass.interceptor
           
 

Methods in org.codehaus.groovy.grails.commons.metaclass that return Interceptor
 Interceptor ProxyMetaClass.getInterceptor()
           
 

Methods in org.codehaus.groovy.grails.commons.metaclass with parameters of type Interceptor
 void ProxyMetaClass.setInterceptor(Interceptor interceptor)
           
 



Copyright (c) 2005-2006 The Grails project