Interface StaticFormTheme.IFormThemeInheritanceModeProvider
- Enclosing class:
StaticFormTheme
public static interface StaticFormTheme.IFormThemeInheritanceModeProvider
Provider for the inheritance mode of a file in a form theme. The fallback provider gets used when no inheritance
mode was specified for a file. See also
EFormThemeFileInheritanceMode.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetInheritanceMode(String context, String filePath) Finds the inheritance mode for a file in a form theme.
-
Method Details
-
getInheritanceMode
Finds the inheritance mode for a file in a form theme.- Parameters:
context- The resource context of the file, seeEFormThemeResourceContextfor well-known contexts.filePath- The path of the file.- Returns:
- The inheritance mode for the file.
-