Uses of Interface
org.hippoecm.hst.core.component.HstComponent
Packages that use 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
Classes in org.hippoecm.hst.core.component that implement HstComponentModifier and TypeClassDescriptionclass
TheGenericHstComponent
class provides a default implementation for theHstComponent
interface. -
Uses of HstComponent in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container that return HstComponentModifier 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()
Methods in org.hippoecm.hst.core.container with parameters of type HstComponentModifier 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)