Uses of Interface
org.hippoecm.hst.core.container.HstComponentFactory
-
Packages that use HstComponentFactory Package Description org.hippoecm.hst.core.container 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 HstComponentFactory Modifier and Type Method Description HstComponentWindow
HstComponentWindowFactory. create(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory)
Creates aHstComponentWindow
instance.HstComponentWindow
HstComponentWindowFactory. create(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory, HstComponentWindow parentWindow)
Creates aHstComponentWindow
instance as a child window of the parentWindow.
-