org.hippoecm.hst.core.container
Interface ComponentManagerAware

All Known Implementing Classes:
ComponentManagerFacade, DefaultComponentManagerApplicationContext, ModuleInstanceImpl

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: ComponentManagerAware.java 17106 2009-03-25 11:39:24Z wko $

Method Summary
 void setComponentManager(ComponentManager componentManager)
          Sets the component manager
 

Method Detail

setComponentManager

void setComponentManager(ComponentManager componentManager)
Sets the component manager

Parameters:
componentManager -


Copyright © 2008-2012 Hippo. All Rights Reserved.