Class CssProcessingOptions
java.lang.Object
de.xima.fc.gui.designer.form.utils.CssProcessingOptions
Options for processing CSS files, see
FormCssHelper.- Since:
- 8.3.6
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CssProcessingOptions.Builderbuilder()Creates a new builder forCssProcessingOptions.Gets the predicate to check if invalid certificates are allowed for the given URL.Gets the post processor for URLs in the CSS files.
-
Method Details
-
invalidCertificateAllowanceChecker
-
urlPostProcessor
Gets the post processor for URLs in the CSS files. This is applied e.g. to the font face URLs.- Returns:
- The post processor, never null.
-
builder
Creates a new builder forCssProcessingOptions.- Returns:
- The new builder, never null.
-