T - type the component classpublic interface ConstructionHandle<T>
AroundConstructCallback invocations.AroundConstructCallback| Modifier and Type | Method and Description |
|---|---|
T |
proceed(Object[] parameters,
Map<String,Object> data)
Proceed to the next
AroundConstructCallback. |
T proceed(Object[] parameters, Map<String,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.