Uses of Interface
org.hippoecm.hst.configuration.components.DynamicParameter
-
Packages that use DynamicParameter 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.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request -
-
Uses of DynamicParameter in org.hippoecm.hst.configuration.components
Methods in org.hippoecm.hst.configuration.components that return types with arguments of type DynamicParameter Modifier and Type Method Description default Optional<DynamicParameter>
HstComponentConfiguration. getDynamicComponentParameter(String name)
Returns an optional of the component parameter(named or residual) that has the specified nameList<DynamicParameter>
DynamicComponentInfo. 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
Methods in org.hippoecm.hst.core.request that return types with arguments of type DynamicParameter Modifier and Type Method Description Optional<DynamicParameter>
ComponentConfiguration. getDynamicComponentParameter(String name)
List<DynamicParameter>
ComponentConfiguration. getDynamicComponentParameters()
-