Package org.hippoecm.hst.configuration.components
The org.hippoecm.hst.configuration.components package defines the API for the HST Components Configuration
-
Interface Summary Interface Description DropdownListParameterConfig DynamicComponentInfo Provides parameters values and parameters metadataDynamicParameter DynamicParameterConfig HstComponentConfiguration AHstComponentConfiguration
specifies a (Java) componentClassName implementing theHstComponent
interface to provide the actual behavior for content rendering and (inter)action processing.HstComponentInfo HstComponentsConfiguration AHstComponentConfigurations
contains a map of (root)HstComponentConfiguration
objects which themselves might contain additionalHstComponentConfiguration
children and so on.JcrPathParameterConfig -
Class Summary Class Description DynamicFieldGroup Field Group representation -
Enum Summary Enum Description DynamicParameterConfig.Type HstComponentConfiguration.Type AHstComponentConfiguration
comes in three different main types.ParameterValueType Supported value types of dynamic component parameters are text integer decimal boolean datetime These value types should be matched with the types in org.hippoecm.hst.pagecomposer.jaxrs.model.ParameterType