|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
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
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |