Interface ContextHubConfigField
-
@ProviderType public interface ContextHubConfigField
Defines theContextHubConfigField
Sling Model used for the/granite/contexthub/components/configuratino/form/inheritedconfig
component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getInheritedConfigPath()
Returns the path where the inherited configuration can be found, ornull
when the configuration isn't inherited.boolean
isInheritedFromParent()
Indicates if the configuration is inherited from a parent resource.
-
-
-
Method Detail
-
isInheritedFromParent
boolean isInheritedFromParent()
Indicates if the configuration is inherited from a parent resource.- Returns:
-
getInheritedConfigPath
java.lang.String getInheritedConfigPath()
Returns the path where the inherited configuration can be found, ornull
when the configuration isn't inherited.- Returns:
-
-