Uses of Interface
groovy.lang.Interceptor

Packages that use Interceptor
groovy.lang   
 

Uses of Interceptor in groovy.lang
 

Classes in groovy.lang that implement Interceptor
 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-2005 The Codehaus. All Rights Reserved.