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
 

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
 void ProxyMetaClass.setInterceptor(Interceptor interceptor)
           
 



Copyright © 2003-2011 The Codehaus. All Rights Reserved.