Uses of Interface
org.hippoecm.hst.core.component.HstComponent
Package
Description
The org.hippoecm.hst.core.component package defines the API for the HST Core Component
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
-
Uses of HstComponent in org.hippoecm.hst.core.component
Modifier and TypeClassDescriptionclass
TheGenericHstComponent
class provides a default implementation for theHstComponent
interface. -
Uses of HstComponent in org.hippoecm.hst.core.container
Modifier and TypeMethodDescriptionHstComponentRegistry.getComponent
(HstContainerConfig requestContainerConfig, String componentId) Returns the registered HstComponent.HstComponentWindow.getComponent()
The actual HstComponent instance.HstComponentFactory.getComponentInstance
(HstContainerConfig requestContainerConfig, HstComponentConfiguration compConfig, Mount mount) Returns the HstComponent instance from the HstComponent context.ComponentProcessingContext.getCurrent()
Modifier and TypeMethodDescriptionvoid
ComponentProcessingContext.addOfflineDocument
(HstComponent component, HippoDocumentBean bean) ComponentProcessingContext.getOfflineDocuments
(HstComponent component) void
HstComponentRegistry.registerComponent
(HstContainerConfig requestContainerConfig, String componentId, HstComponent component) Registers the HstComponent.void
ComponentProcessingContext.setCurrent
(HstComponent component)