Package | Description |
---|---|
org.hippoecm.hst.core.component |
The org.hippoecm.hst.core.component package defines the API for the HST Core Component
|
org.hippoecm.hst.core.container |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
Modifier and Type | Class and Description |
---|---|
class |
GenericHstComponent
The
GenericHstComponent class provides a default implementation for
the HstComponent interface. |
Modifier and Type | Method and Description |
---|---|
HstComponent |
HstComponentWindow.getComponent()
The actual HstComponent instance.
|
HstComponent |
HstComponentRegistry.getComponent(HstContainerConfig requestContainerConfig,
String componentId)
Returns the registered HstComponent.
|
HstComponent |
HstComponentFactory.getComponentInstance(HstContainerConfig requestContainerConfig,
HstComponentConfiguration compConfig,
Mount mount)
Returns the HstComponent instance from the HstComponent context.
|
Modifier and Type | Method and Description |
---|---|
void |
HstComponentRegistry.registerComponent(HstContainerConfig requestContainerConfig,
String componentId,
HstComponent component)
Registers the HstComponent.
|
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.