Uses of Interface
groovy.lang.Interceptor

Packages that use Interceptor
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
 

Uses of Interceptor in groovy.lang
 

Subinterfaces of Interceptor in groovy.lang
 interface PropertyAccessInterceptor
          An interface that adds the ability to intercept property getters/setters
 

Classes in groovy.lang that implement Interceptor
 class BenchmarkInterceptor
          Interceptor that registers the timestamp of each method call before and after invocation.
 class TracingInterceptor
           
 

Fields in groovy.lang declared as Interceptor
protected  Interceptor ProxyMetaClass.interceptor
           
 

Methods in groovy.lang that return Interceptor
 Interceptor ProxyMetaClass.getInterceptor()
           
 

Methods in groovy.lang with parameters of type Interceptor
private  java.lang.Object ProxyMetaClass.doCall(java.lang.Object object, java.lang.String methodName, java.lang.Object[] arguments, Interceptor interceptor, ProxyMetaClass.Callable howToInvoke)
           
 void ProxyMetaClass.setInterceptor(Interceptor interceptor)
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.