Interface StaticFormTheme.IFormThemeFileLoader
- Enclosing class:
StaticFormTheme
public static interface StaticFormTheme.IFormThemeFileLoader
Loader for the contents of a specific file in a form theme.
- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionLoads the content of a file in a form theme.
-
Method Details
-
loadFile
Loads the content of 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 content of the file as an input stream.
- Throws:
IOException- When the file could not be loaded (or does not exist).
-