Class PropertyUtil
- java.lang.Object
-
- org.apache.sling.caconfig.resource.impl.util.PropertyUtil
-
public final class PropertyUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
getBooleanValueAdditionalKeys(org.apache.sling.api.resource.ValueMap valueMap, String key, String[] additionalKeys)
Get boolean value from value map with key, or with alternative keys if not set.
-
-
-
Method Detail
-
getBooleanValueAdditionalKeys
public static boolean getBooleanValueAdditionalKeys(org.apache.sling.api.resource.ValueMap valueMap, String key, String[] additionalKeys)
Get boolean value from value map with key, or with alternative keys if not set.- Parameters:
valueMap
- Value mapkey
- Primary keyadditionalKeys
- Alternative keys- Returns:
- Value
-
-