Uses of Interface
org.hippoecm.hst.core.component.HstComponent
-
Packages that use HstComponent Package Description org.hippoecm.hst.core.component The org.hippoecm.hst.core.component package defines the API for the HST Core Componentorg.hippoecm.hst.core.container 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 HstComponent Modifier and Type Class Description class
GenericHstComponent
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 HstComponent Modifier and Type Method Description HstComponent
HstComponentRegistry. getComponent(HstContainerConfig requestContainerConfig, String componentId)
Returns the registered HstComponent.HstComponent
HstComponentWindow. getComponent()
The actual HstComponent instance.HstComponent
HstComponentFactory. getComponentInstance(HstContainerConfig requestContainerConfig, HstComponentConfiguration compConfig, Mount mount)
Returns the HstComponent instance from the HstComponent context.Methods in org.hippoecm.hst.core.container with parameters of type HstComponent Modifier and Type Method Description void
HstComponentRegistry. registerComponent(HstContainerConfig requestContainerConfig, String componentId, HstComponent component)
Registers the HstComponent.
-