Package de.xima.fc.common.form_theme
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 alsoEFormThemeFileInheritanceMode
.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EFormThemeFileInheritanceMode
getInheritanceMode(String context, String filePath)
Finds the inheritance mode for a file in a form theme.
-
-
-
Method Detail
-
getInheritanceMode
EFormThemeFileInheritanceMode getInheritanceMode(String context, String filePath)
Finds the inheritance mode for a file in a form theme.- Parameters:
context
- The resource context of the file, seeEFormThemeResourceContext
for well-known contexts.filePath
- The path of the file.- Returns:
- The inheritance mode for the file.
-
-