T - type the component classpublic interface ConstructionHandle<T>
AroundConstructCallback invocations.AroundConstructCallback| Modifier and Type | Method and Description |
|---|---|
T |
proceed(java.lang.Object[] parameters,
java.util.Map<java.lang.String,java.lang.Object> data)
Proceed to the next
AroundConstructCallback. |
T proceed(java.lang.Object[] parameters, java.util.Map<java.lang.String,java.lang.Object> data)
AroundConstructCallback. If there is no next callback, the component is constructed and the component instance is returned
from the method.parameters - the parameters to be passed to the component constructordata - the context data associated with the AroundConstructCallback interceptionCopyright © 2015. All Rights Reserved.