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 byComponentManager
implements this interface, then it will be given the component manager at the initialization time. The component manager will invokesetComponentManager(ComponentManager)
method to give itself to the component.- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setComponentManager(ComponentManager componentManager)
Sets the component manager
-
-
-
Method Detail
-
setComponentManager
void setComponentManager(ComponentManager componentManager)
Sets the component manager- Parameters:
componentManager
-
-
-