Uses of Interface
org.hippoecm.hst.core.container.HstComponentFactory
Packages that use HstComponentFactory
Package
Description
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
-
Uses of HstComponentFactory in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container with parameters of type HstComponentFactoryModifier and TypeMethodDescriptionHstComponentWindowFactory.create
(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory) Creates aHstComponentWindow
instance.HstComponentWindowFactory.create
(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory, HstComponentWindow parentWindow) Creates aHstComponentWindow
instance as a child window of the parentWindow.