Interface DynamicComponentInfo
public interface DynamicComponentInfo
Provides parameters values and parameters metadata
-
Method Summary
Modifier and TypeMethodDescriptionReturns named and residual component parameters metadataThe residual parameters are the parameters coming from JCR component parameter configuration and do not include the parameters backed by the Parameters Info interface.
-
Method Details
-
getResidualParameterValues
The residual parameters are the parameters coming from JCR component parameter configuration and do not include the parameters backed by the Parameters Info interface. If the Parameters Info interface parameter is overridden by a JCR parameter configuration, the parameter is still NOT part of the residual parameter values
- Returns:
- the residual component parameter values
-
getDynamicComponentParameters
List<DynamicParameter> getDynamicComponentParameters()Returns named and residual component parameters metadata
-