Uses of Interface
org.hippoecm.hst.core.component.HstComponent

Packages that use HstComponent
org.hippoecm.hst.component.support   
org.hippoecm.hst.component.support.bean   
org.hippoecm.hst.component.support.forms   
org.hippoecm.hst.component.support.portlet   
org.hippoecm.hst.component.support.spring   
org.hippoecm.hst.core.component The org.hippoecm.hst.core.component package defines the API for the HST Core Component 
org.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core Container 
org.hippoecm.hst.mock.core.container   
org.hippoecm.hst.pagecomposer.builtin.components   
org.hippoecm.hst.utils   
 

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

Classes in org.hippoecm.hst.component.support that implement HstComponent
 class SimpleDispatcherHstComponent
          A bridge component which simply delegates all invocation to the dispatch path.
 

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

Classes in org.hippoecm.hst.component.support.bean that implement HstComponent
 class BaseHstComponent
          A base HstComponent implementation to provide some facility methods for accessing content node POJO objects, ObjectBeanManager, request parameters, query manager, etc.
 

Uses of HstComponent in org.hippoecm.hst.component.support.forms
 

Classes in org.hippoecm.hst.component.support.forms that implement HstComponent
 class BaseFormHstComponent
          Deprecated. use static methods in FormUtils instead
 

Uses of HstComponent in org.hippoecm.hst.component.support.portlet
 

Classes in org.hippoecm.hst.component.support.portlet that implement HstComponent
 class GenericPortletPrefsEditor
           
 

Uses of HstComponent in org.hippoecm.hst.component.support.spring
 

Classes in org.hippoecm.hst.component.support.spring that implement HstComponent
 class SpringBridgeHstComponent
          A bridge component which delegates all invocation to a bean managed by the spring IoC.
 

Fields in org.hippoecm.hst.component.support.spring declared as HstComponent
protected  HstComponent SpringBridgeHstComponent.delegatedBean
           
 

Methods in org.hippoecm.hst.component.support.spring that return HstComponent
protected  HstComponent SpringBridgeHstComponent.getDelegatedBean(HstRequest request)
           
 

Uses of HstComponent in org.hippoecm.hst.core.component
 

Classes in org.hippoecm.hst.core.component that implement HstComponent
 class GenericHstComponent
          The GenericHstComponent class provides a default implementation for the HstComponent interface.
 

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

Fields in org.hippoecm.hst.core.container declared as HstComponent
protected  HstComponent HstComponentWindowImpl.component
           
 

Methods in org.hippoecm.hst.core.container that return HstComponent
 HstComponent HstComponentWindowImpl.getComponent()
           
 HstComponent HstComponentWindow.getComponent()
          The actual HstComponent instance.
 HstComponent HstComponentRegistryImpl.getComponent(HstContainerConfig requestContainerConfig, String componentId)
           
 HstComponent HstComponentRegistry.getComponent(HstContainerConfig requestContainerConfig, String componentId)
          Returns the registered HstComponent.
 HstComponent HstComponentFactoryImpl.getComponentInstance(HstContainerConfig requestContainerConfig, HstComponentConfiguration compConfig, Mount mount)
           
 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
 void HstComponentRegistryImpl.registerComponent(HstContainerConfig requestContainerConfig, String componentId, HstComponent component)
           
 void HstComponentRegistry.registerComponent(HstContainerConfig requestContainerConfig, String componentId, HstComponent component)
          Registers the HstComponent.
 

Constructors in org.hippoecm.hst.core.container with parameters of type HstComponent
HstComponentWindowImpl(HstComponentConfiguration hstComponentConfiguration, String componentName, HstComponent component, HstComponentWindow parentWindow, String referenceNamespace)
           
 

Uses of HstComponent in org.hippoecm.hst.mock.core.container
 

Methods in org.hippoecm.hst.mock.core.container that return HstComponent
 HstComponent MockHstComponentWindow.getComponent()
           
 

Methods in org.hippoecm.hst.mock.core.container with parameters of type HstComponent
 void MockHstComponentWindow.setComponent(HstComponent component)
           
 

Uses of HstComponent in org.hippoecm.hst.pagecomposer.builtin.components
 

Classes in org.hippoecm.hst.pagecomposer.builtin.components that implement HstComponent
 class StandardContainerComponent
           
 

Uses of HstComponent in org.hippoecm.hst.utils
 

Methods in org.hippoecm.hst.utils with parameters of type HstComponent
static
<T> T
ParameterUtils.getParametersInfo(HstComponent component, ComponentConfiguration componentConfig, HstRequest request)
          Returns a proxy ParametersInfo object for the component class which resolves parameter from HstComponentConfiguration : resolved means that possible property placeholders like ${1} or ${year}, where the first refers to the first wildcard matcher in a resolved sitemap item, and the latter to a resolved parameter in the resolved HstSiteMapItem

NOTE: Because the returned ParametersInfo proxy instance is bound to the current request, you MUST NOT store the returned object in a member variable or session.

 



Copyright © 2008-2012 Hippo. All Rights Reserved.