Interface ComponentExtension.ComponentInstance
- Enclosing interface:
- ComponentExtension
public static interface ComponentExtension.ComponentInstance
This is the handle giving the extension information about the component being
processed and allowing to interact with the container lifecycle.
-
Method Summary
-
Method Details
-
instance
- Returns:
- the component native instance.
-
plugin
- Returns:
- the plugin identifier of the component.
-
family
- Returns:
- the family identifier of the component.
-
name
- Returns:
- the name identifier of the component.
-