Package org.hippoecm.hst.core.container
Interface ComponentManagerAware
public interface ComponentManagerAware
Interface which a component bean should implement if it wants to
have access the component manager containing itself.
If a component which is initialized by
ComponentManager
implements
this interface, then it will be given the component manager at the
initialization time. The component manager will invoke setComponentManager(ComponentManager)
method to give itself to the component.- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setComponentManager
(ComponentManager componentManager) Sets the component manager
-
Method Details
-
setComponentManager
Sets the component manager- Parameters:
componentManager
-
-