Uses of Interface
org.hippoecm.hst.configuration.components.HstComponentInfo
-
Packages that use HstComponentInfo Package Description org.hippoecm.hst.configuration.components The org.hippoecm.hst.configuration.components package defines the API for the HST Components Configurationorg.hippoecm.hst.core.container 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.components Modifier and Type Interface Description interface
HstComponentConfiguration
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 HstComponentInfo Modifier and Type Method Description HstComponentInfo
HstComponentWindow. getComponentInfo()
Methods in org.hippoecm.hst.core.container that return types with arguments of type HstComponentInfo Modifier and Type Method Description Collection<HstComponentInfo>
PageErrors. getComponentInfos()
Returns collection ofHstComponentInfo
which causes exceptions.Methods in org.hippoecm.hst.core.container with parameters of type HstComponentInfo Modifier and Type Method Description Collection<HstComponentException>
PageErrors. getComponentExceptions(HstComponentInfo componentInfo)
Returns collection ofHstComponentException
caused by the specific component.
-