|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HstComponentInfo | |
---|---|
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 |
Uses of HstComponentInfo in org.hippoecm.hst.configuration.components |
---|
Subinterfaces of HstComponentInfo in org.hippoecm.hst.configuration.components | |
---|---|
interface |
HstComponentConfiguration
A HstComponentConfiguration specifies a (Java) componentClassName implementing the HstComponent
interface to provide the actual behavior for content rendering and (inter)action processing. |
Classes in org.hippoecm.hst.configuration.components that implement HstComponentInfo | |
---|---|
class |
DelegatingHstComponentInfo
DelegatingHstComponentInfo |
class |
HstComponentConfigurationService
|
Constructors in org.hippoecm.hst.configuration.components with parameters of type HstComponentInfo | |
---|---|
DelegatingHstComponentInfo(HstComponentInfo delegatee)
Deprecated. Use DelegatingHstComponentInfo.DelegatingHstComponentInfo(HstComponentInfo, String) instead. |
|
DelegatingHstComponentInfo(HstComponentInfo delegatee,
String componentName)
HST Component Info constructor with delegatee and component name arguments. |
Uses of HstComponentInfo in org.hippoecm.hst.core.container |
---|
Fields in org.hippoecm.hst.core.container with type parameters of type HstComponentInfo | |
---|---|
protected List<KeyValue<HstComponentInfo,Collection<HstComponentException>>> |
DefaultPageErrors.componentExceptions
|
protected List<HstComponentInfo> |
DefaultPageErrors.componentInfos
|
Methods in org.hippoecm.hst.core.container that return HstComponentInfo | |
---|---|
HstComponentInfo |
HstComponentWindowImpl.getComponentInfo()
|
HstComponentInfo |
HstComponentWindow.getComponentInfo()
|
Methods in org.hippoecm.hst.core.container that return types with arguments of type HstComponentInfo | |
---|---|
Collection<HstComponentInfo> |
DefaultPageErrors.getComponentInfos()
|
Collection<HstComponentInfo> |
PageErrors.getComponentInfos()
Returns collection of HstComponentInfo which causes exceptions. |
Methods in org.hippoecm.hst.core.container with parameters of type HstComponentInfo | |
---|---|
Collection<HstComponentException> |
DefaultPageErrors.getComponentExceptions(HstComponentInfo componentInfo)
|
Collection<HstComponentException> |
PageErrors.getComponentExceptions(HstComponentInfo componentInfo)
Returns collection of HstComponentException caused by the specific component. |
Constructor parameters in org.hippoecm.hst.core.container with type arguments of type HstComponentInfo | |
---|---|
DefaultPageErrors(List<KeyValue<HstComponentInfo,Collection<HstComponentException>>> componentExceptions)
|
Uses of HstComponentInfo in org.hippoecm.hst.mock.configuration.components |
---|
Classes in org.hippoecm.hst.mock.configuration.components that implement HstComponentInfo | |
---|---|
class |
MockHstComponentConfiguration
Mock implementation of HstComponentConfiguration . |
Uses of HstComponentInfo in org.hippoecm.hst.mock.core.container |
---|
Methods in org.hippoecm.hst.mock.core.container that return HstComponentInfo | |
---|---|
HstComponentInfo |
MockHstComponentWindow.getComponentInfo()
|
Methods in org.hippoecm.hst.mock.core.container with parameters of type HstComponentInfo | |
---|---|
void |
MockHstComponentWindow.setComponentInfo(HstComponentInfo componentInfo)
|
Uses of HstComponentInfo in org.hippoecm.hst.util |
---|
Methods in org.hippoecm.hst.util that return types with arguments of type HstComponentInfo | |
---|---|
static Collection<HstComponentInfo> |
PageErrorUtils.getComponentInfosByCauseType(PageErrors pageErrors,
Class<? extends Throwable> causeType)
Returns all component infos which generated exceptions of the causeType . |
Methods in org.hippoecm.hst.util with parameters of type HstComponentInfo | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |