Package | Description |
---|---|
org.hippoecm.hst.configuration.components |
The org.hippoecm.hst.configuration.components package defines the API for the HST Components Configuration
|
org.hippoecm.hst.core.container |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
org.hippoecm.hst.mock.configuration.components | |
org.hippoecm.hst.mock.core.container | |
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
Modifier and Type | Interface and Description |
---|---|
interface |
HstComponentConfiguration
A
HstComponentConfiguration specifies a (Java) componentClassName implementing the HstComponent interface to provide the actual behavior for content rendering and
(inter)action processing. |
Modifier and Type | Method and Description |
---|---|
HstComponentInfo |
HstComponentWindow.getComponentInfo() |
Modifier and Type | Method and Description |
---|---|
Collection<HstComponentInfo> |
PageErrors.getComponentInfos()
Returns collection of
HstComponentInfo which causes exceptions. |
Modifier and Type | Method and Description |
---|---|
Collection<HstComponentException> |
PageErrors.getComponentExceptions(HstComponentInfo componentInfo)
Returns collection of
HstComponentException caused by the specific component. |
Modifier and Type | Class and Description |
---|---|
class |
MockHstComponentConfiguration
Mock implementation of
HstComponentConfiguration . |
Modifier and Type | Method and Description |
---|---|
HstComponentInfo |
MockHstComponentWindow.getComponentInfo() |
Modifier and Type | Method and Description |
---|---|
void |
MockHstComponentWindow.setComponentInfo(HstComponentInfo componentInfo) |
Modifier and Type | Method and Description |
---|---|
static Collection<HstComponentInfo> |
PageErrorUtils.getComponentInfosByCauseType(PageErrors pageErrors,
Class<? extends Throwable> causeType)
Returns all component infos which generated exceptions of the
causeType . |
Modifier and Type | Method and Description |
---|---|
static Collection<HstComponentException> |
PageErrorUtils.getExceptionsByCauseType(PageErrors pageErrors,
HstComponentInfo componentInfo,
Class<? extends Throwable> causeType)
Returns all exceptions which have the
causeType and generated by a component of componentInfo . |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.