I have 2 components as below.
component A : in component A have used component B and also embed view of component B in view containner in component A
component B : have only layout for display data
I'd like to know if i want to get the name of component A at the runtime in method of component B, How i can get it ?