Uses of Interface
org.hippoecm.hst.configuration.components.HstComponentInfo
Packages that use HstComponentInfo
Package
Description
The org.hippoecm.hst.configuration.components package defines the API for the HST Components Configuration
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
-
Uses of HstComponentInfo in org.hippoecm.hst.configuration.components
Subinterfaces of HstComponentInfo in org.hippoecm.hst.configuration.componentsModifier and TypeInterfaceDescriptioninterface
AHstComponentConfiguration
specifies a (Java) componentClassName implementing theHstComponent
interface to provide the actual behavior for content rendering and (inter)action processing. -
Uses of HstComponentInfo in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container that return HstComponentInfoMethods in org.hippoecm.hst.core.container that return types with arguments of type HstComponentInfoModifier and TypeMethodDescriptionPageErrors.getComponentInfos()
Returns collection ofHstComponentInfo
which causes exceptions.Methods in org.hippoecm.hst.core.container with parameters of type HstComponentInfoModifier and TypeMethodDescriptionPageErrors.getComponentExceptions
(HstComponentInfo componentInfo) Returns collection ofHstComponentException
caused by the specific component.