|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationCallback | |
---|---|
org.codehaus.groovy.grails.commons.metaclass |
Uses of InvocationCallback in org.codehaus.groovy.grails.commons.metaclass |
---|
Methods in org.codehaus.groovy.grails.commons.metaclass with parameters of type InvocationCallback | |
---|---|
Object |
ConstructorInterceptor.beforeConstructor(Object[] args,
InvocationCallback callback)
Executed before the real constructor. |
Object |
AbstractDynamicMethodsInterceptor.beforeConstructor(Object[] args,
InvocationCallback callback)
|
Object |
PropertyAccessInterceptor.beforeGet(Object object,
String property,
InvocationCallback callback)
Intercepts a getXXX call and returns a result. |
Object |
AbstractDynamicMethodsInterceptor.beforeGet(Object object,
String property,
InvocationCallback callback)
|
Object |
AbstractDynamicMethodsInterceptor.beforeInvoke(Object target,
String methodName,
Object[] arguments,
InvocationCallback callback)
|
Object |
Interceptor.beforeInvoke(Object object,
String methodName,
Object[] arguments,
InvocationCallback callback)
This code is executed before the method is optionally called. |
void |
PropertyAccessInterceptor.beforeSet(Object object,
String property,
Object newValue,
InvocationCallback callback)
Intercepts a setXXX call |
void |
AbstractDynamicMethodsInterceptor.beforeSet(Object object,
String property,
Object newValue,
InvocationCallback callback)
|
Object |
DynamicMethods.getProperty(Object object,
String propertyName,
InvocationCallback callback)
Attempts to get a dynamic property. |
Object |
AbstractDynamicMethods.getProperty(Object object,
String propertyName,
InvocationCallback callback)
|
Object |
DynamicMethods.invokeConstructor(Object[] arguments,
InvocationCallback callBack)
Attempts to invoke a dynamic constructor. |
Object |
AbstractDynamicMethods.invokeConstructor(Object[] arguments,
InvocationCallback callBack)
|
Object |
DynamicMethods.invokeMethod(Object object,
String methodName,
Object[] arguments,
InvocationCallback callback)
Attempts to invoke a dynamic method with the specified name and arguments If successful the callback object is marked as invoked. |
Object |
AbstractDynamicMethods.invokeMethod(Object object,
String methodName,
Object[] arguments,
InvocationCallback callback)
|
Object |
DynamicMethods.invokeStaticMethod(Object object,
String methodName,
Object[] arguments,
InvocationCallback callBack)
Attempts to invoke a dynamic static method with the specified name and arguments If successful the callback object is marked as invoked. |
Object |
AbstractDynamicMethods.invokeStaticMethod(Object object,
String methodName,
Object[] arguments,
InvocationCallback callBack)
|
void |
DynamicMethods.setProperty(Object object,
String propertyName,
Object newValue,
InvocationCallback callback)
Attempts to set a dynamic property. |
void |
AbstractDynamicMethods.setProperty(Object object,
String propertyName,
Object newValue,
InvocationCallback callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |