Class StaticFormTheme.FormThemeFileMeta

  • Enclosing class:
    StaticFormTheme

    public static final class StaticFormTheme.FormThemeFileMeta
    extends Object
    Metadata of a file in a form theme. Each file is identified by its resource context and file path. The metadata includes the loader for the file content and the inheritance mode.
    Since:
    8.3.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • builder

        public static StaticFormTheme.FormThemeFileMeta.Builder builder()
        Creates a new builder for configuring the metadata of a file in a form theme.
        Returns:
        A new builder for the metadata of a file in a form theme.
      • empty

        public static StaticFormTheme.FormThemeFileMeta empty()
        Returns an empty metadata instance for a file in a form theme. When no metadata is set, the global defaults will be used.
        Returns:
        An empty metadata instance for a file in a form theme.