|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstComponentRegistry
The HstComponent registry interface
Method Summary | |
---|---|
HstComponent |
getComponent(HstContainerConfig requestContainerConfig,
String componentId)
Returns the registered HstComponent. |
void |
registerComponent(HstContainerConfig requestContainerConfig,
String componentId,
HstComponent component)
Registers the HstComponent. |
void |
unregisterAllComponents()
Unregisters all the HstComponents. |
void |
unregisterComponent(HstContainerConfig requestContainerConfig,
String componentId)
Unregister the HstComponent. |
Method Detail |
---|
void registerComponent(HstContainerConfig requestContainerConfig, String componentId, HstComponent component)
requestContainerConfig
- the container configurationcomponentId
- the component IDcomponent
- void unregisterComponent(HstContainerConfig requestContainerConfig, String componentId)
requestContainerConfig
- the container configurationcomponentId
- the component IDHstComponent getComponent(HstContainerConfig requestContainerConfig, String componentId)
If the component is not found, then it will return null.
requestContainerConfig
- the container configurationcomponentId
- the component ID
void unregisterAllComponents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |