Uses of Interface
org.hippoecm.hst.core.container.ComponentManager
-
Packages that use ComponentManager Package Description org.hippoecm.hst.container.event org.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core Containerorg.hippoecm.hst.platform.model -
-
Uses of ComponentManager in org.hippoecm.hst.container.event
Methods in org.hippoecm.hst.container.event that return ComponentManager Modifier and Type Method Description ComponentManager
ComponentManagerBeforeReplacedEvent. getComponentManager()
Constructors in org.hippoecm.hst.container.event with parameters of type ComponentManager Constructor Description ComponentManagerBeforeReplacedEvent(ComponentManager oldComponentManager)
-
Uses of ComponentManager in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container with parameters of type ComponentManager Modifier and Type Method Description void
ComponentManagerAware. setComponentManager(ComponentManager componentManager)
Sets the component manager -
Uses of ComponentManager in org.hippoecm.hst.platform.model
Methods in org.hippoecm.hst.platform.model that return ComponentManager Modifier and Type Method Description ComponentManager
HstModel. getComponentManager()
Methods in org.hippoecm.hst.platform.model with parameters of type ComponentManager Modifier and Type Method Description HstModel
HstModelRegistry. registerHstModel(javax.servlet.ServletContext servletContext, ComponentManager websiteComponentManager, boolean loadHstConfigNodes)
-