Package | Description |
---|---|
org.hippoecm.hst.configuration.components |
The org.hippoecm.hst.configuration.components package defines the API for the HST Components Configuration
|
org.hippoecm.hst.core.request |
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
|
Modifier and Type | Method and Description |
---|---|
default Optional<DynamicParameter> |
HstComponentConfiguration.getDynamicComponentParameter(String name)
Returns an optional of the component parameter(named or residual) that has the specified name
|
default List<DynamicParameter> |
HstComponentConfiguration.getDynamicComponentParameters()
Returns the list of all named and residual component parameters
|
List<DynamicParameter> |
DynamicComponentInfo.getDynamicComponentParameters()
Returns named and residual component parameters metadata
|
Modifier and Type | Method and Description |
---|---|
Optional<DynamicParameter> |
ComponentConfiguration.getDynamicComponentParameter(String name) |
List<DynamicParameter> |
ComponentConfiguration.getDynamicComponentParameters() |
Copyright © 2008–2021 Hippo B.V. (http://www.onehippo.com). All rights reserved.