Interface ConstructionHandle<T>

Type Parameters:
T - type the component class

public interface ConstructionHandle<T>
A handle for controlling AroundConstructCallback invocations.
Author:
Jozef Hartinger
See Also:
  • Method Details

    • proceed

      T proceed(Object[] parameters, Map<String,Object> data)
      Proceed to the next AroundConstructCallback. If there is no next callback, the component is constructed and the component instance is returned from the method.
      Parameters:
      parameters - the parameters to be passed to the component constructor
      data - the context data associated with the AroundConstructCallback interception
      Returns:
      instance the constructed instance