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 Type
    Method
    Description
    loadFile(String context, String filePath)
    Loads the content of a file in a form theme.
  • Method Details

    • 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, see EFormThemeResourceContext 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).