Uses of Interface
org.hippoecm.hst.configuration.components.DynamicParameter
Package
Description
The org.hippoecm.hst.configuration.components package defines the API for the HST Components Configuration
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
-
Uses of DynamicParameter in org.hippoecm.hst.configuration.components
Modifier and TypeMethodDescriptiondefault Optional<DynamicParameter>
HstComponentConfiguration.getDynamicComponentParameter
(String name) Returns an optional of the component parameter(named or residual) that has the specified nameDynamicComponentInfo.getDynamicComponentParameters()
Returns named and residual component parameters metadatadefault List<DynamicParameter>
HstComponentConfiguration.getDynamicComponentParameters()
Returns the list of all named and residual component parameters -
Uses of DynamicParameter in org.hippoecm.hst.core.request
Modifier and TypeMethodDescriptionComponentConfiguration.getDynamicComponentParameter
(String name) ComponentConfiguration.getDynamicComponentParameters()