Interface DynamicComponentInfo
-
public interface DynamicComponentInfo
Provides parameters values and parameters metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DynamicParameter>
getDynamicComponentParameters()
Returns named and residual component parameters metadataMap<String,Object>
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.
-
-
-
Method Detail
-
getResidualParameterValues
Map<String,Object> 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
-
-