Uses of Interface
org.hippoecm.hst.core.container.ComponentManager

Packages that use ComponentManager
org.hippoecm.hst.component.support   
org.hippoecm.hst.component.support.bean   
org.hippoecm.hst.container The org.hippoecm.hst.container package defines the API for the HST Container 
org.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core Container 
org.hippoecm.hst.site   
org.hippoecm.hst.site.addon.module.runtime   
org.hippoecm.hst.site.container   
org.hippoecm.hst.tag   
 

Uses of ComponentManager in org.hippoecm.hst.component.support
 

Classes in org.hippoecm.hst.component.support that implement ComponentManager
 class ClientComponentManager
           
 

Uses of ComponentManager in org.hippoecm.hst.component.support.bean
 

Methods in org.hippoecm.hst.component.support.bean that return ComponentManager
 ComponentManager BaseHstComponent.getDefaultClientComponentManager()
          This returns the client ComponentManager if one is configured with its default name.
 

Uses of ComponentManager in org.hippoecm.hst.container
 

Fields in org.hippoecm.hst.container declared as ComponentManager
protected  ComponentManager HstFilter.clientComponentManager
           
 

Methods in org.hippoecm.hst.container that return ComponentManager
static ComponentManager HstFilter.getClientComponentManager(javax.servlet.ServletContext servletContext)
          Returns the client component manager instance if available.
 

Uses of ComponentManager in org.hippoecm.hst.core.container
 

Methods in org.hippoecm.hst.core.container with parameters of type ComponentManager
 void ComponentManagerAware.setComponentManager(ComponentManager componentManager)
          Sets the component manager
 

Uses of ComponentManager in org.hippoecm.hst.site
 

Methods in org.hippoecm.hst.site that return ComponentManager
static ComponentManager HstServices.getComponentManager()
          Returns the component manager of the HST container.
 

Methods in org.hippoecm.hst.site with parameters of type ComponentManager
static void HstServices.setComponentManager(ComponentManager compManager)
          Sets the component manager of the HST container.
 

Uses of ComponentManager in org.hippoecm.hst.site.addon.module.runtime
 

Methods in org.hippoecm.hst.site.addon.module.runtime with parameters of type ComponentManager
 void ModuleInstanceImpl.setComponentManager(ComponentManager componentManager)
           
 

Uses of ComponentManager in org.hippoecm.hst.site.container
 

Classes in org.hippoecm.hst.site.container that implement ComponentManager
 class ComponentManagerFacade
          ComponentManagerFacade
 class SpringComponentManager
          SpringComponentManager
 

Fields in org.hippoecm.hst.site.container declared as ComponentManager
protected  ComponentManager ComponentManagerFacade.componentManager
           
 

Methods in org.hippoecm.hst.site.container that return ComponentManager
 ComponentManager ComponentManagerFacade.getComponentManager()
           
 

Methods in org.hippoecm.hst.site.container with parameters of type ComponentManager
 void ComponentManagerFacade.setComponentManager(ComponentManager componentManager)
           
 void DefaultComponentManagerApplicationContext.setComponentManager(ComponentManager componentManager)
           
 

Uses of ComponentManager in org.hippoecm.hst.tag
 

Methods in org.hippoecm.hst.tag that return ComponentManager
protected  ComponentManager HstTagSupport.getDefaultClientComponentManager()
          Get the default Spring configured client component manager.
 



Copyright © 2008-2012 Hippo. All Rights Reserved.