Package | Description |
---|---|
org.hippoecm.hst.component.support | |
org.hippoecm.hst.component.support.bean | |
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.utils |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDispatcherHstComponent
A bridge component which simply delegates all invocation to the dispatch path.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseHstComponent
A base HstComponent implementation to provide some facility methods for accessing content node POJO objects,
ObjectBeanManager , request parameters, query manager, etc. |
Modifier and Type | Class and Description |
---|---|
class |
SpringBridgeHstComponent
A bridge component which delegates all invocation to a bean managed by the spring IoC.
|
Modifier and Type | Field and Description |
---|---|
protected HstComponent |
SpringBridgeHstComponent.delegatedBean |
Modifier and Type | Method and Description |
---|---|
protected HstComponent |
SpringBridgeHstComponent.getDelegatedBean(HstRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
GenericHstComponent
The
GenericHstComponent class provides a default implementation for
the HstComponent interface. |
Modifier and Type | Method and Description |
---|---|
HstComponent |
HstComponentWindow.getComponent()
The actual HstComponent instance.
|
HstComponent |
HstComponentRegistry.getComponent(HstContainerConfig requestContainerConfig,
String componentId)
Returns the registered HstComponent.
|
HstComponent |
HstComponentFactory.getComponentInstance(HstContainerConfig requestContainerConfig,
HstComponentConfiguration compConfig,
Mount mount)
Returns the HstComponent instance from the HstComponent context.
|
Modifier and Type | Method and Description |
---|---|
void |
HstComponentRegistry.registerComponent(HstContainerConfig requestContainerConfig,
String componentId,
HstComponent component)
Registers the HstComponent.
|
Modifier and Type | Method and Description |
---|---|
HstComponent |
MockHstComponentWindow.getComponent() |
Modifier and Type | Method and Description |
---|---|
void |
MockHstComponentWindow.setComponent(HstComponent component) |
Modifier and Type | Method and Description |
---|---|
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–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.