Package de.xima.fc.common.form_theme
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
loadFile(String context, String filePath)
Loads the content of a file in a form theme.
-
-
-
Method Detail
-
loadFile
InputStream loadFile(String context, String filePath) throws IOException
Loads the content of 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 content of the file as an input stream.
- Throws:
IOException
- When the file could not be loaded (or does not exist).
-
-