|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConstructorInterceptor
Extends interceptor interface to allow interception of constructors
| Method Summary | |
|---|---|
Object |
afterConstructor(Object[] args,
Object instantiatedInstance)
Executed after the constructor passing the args and the instantiated instance |
Object |
beforeConstructor(Object[] args,
InvocationCallback callback)
Executed before the real constructor. |
| Methods inherited from interface org.codehaus.groovy.grails.commons.metaclass.Interceptor |
|---|
afterInvoke, beforeInvoke |
| Method Detail |
|---|
Object beforeConstructor(Object[] args,
InvocationCallback callback)
args - The constructor argscallback - The callback object
Object afterConstructor(Object[] args,
Object instantiatedInstance)
args - The argumentsinstantiatedInstance - The instantiated instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||