Class FormThemeFileResolutionParams


  • public final class FormThemeFileResolutionParams
    extends Object
    Parameters for resolving a file from a form theme, see FormThemeManager.
    Since:
    8.3.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • client

        public Mandant client()
        Gets the client scope where to look for themes. Required only if the theme is specific to a particular client.
        Returns:
        Client scope where to look for themes.
      • fileNameFilter

        public Predicate<? super String> fileNameFilter()
        Gets the filter for the files to include.
        Returns:
        The filter for the files to include.
      • resourceContext

        public String resourceContext()
        The resource context in which the file is used. See EFormThemeResourceContext for well-known contexts.
        Returns:
        The resource context from which to obtain the files.