Class FormThemeFileResolutionParams
java.lang.Object
de.xima.fc.logic.form_theme.FormThemeFileResolutionParams
Parameters for resolving a file from a form theme, see
FormThemeManager.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder for creatingfile resolution params. -
Method Summary
Modifier and TypeMethodDescriptionCreates a new builder forfile resolution params.client()Gets the client scope where to look for themes.Gets the filter for the files to include.The resource context in which the file is used.
-
Method Details
-
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
-
resourceContext
The resource context in which the file is used. SeeEFormThemeResourceContextfor well-known contexts.- Returns:
- The resource context from which to obtain the files.
-
builder
Creates a new builder forfile resolution params. The resource context is required and must not be empty.- Parameters:
resourceContext- The resource context in which the file is used. SeeEFormThemeResourceContextfor well-known contexts.- Returns:
- A new builder for creating a
FormThemeFileResolutionParamsinstance.
-