Uses of Class
de.xima.fc.gui.designer.form.utils.CssProcessingOptions.Builder
-
Packages that use CssProcessingOptions.Builder Package Description de.xima.fc.gui.designer.form.utils -
-
Uses of CssProcessingOptions.Builder in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return CssProcessingOptions.Builder Modifier and Type Method Description static CssProcessingOptions.Builder
CssProcessingOptions. builder()
Creates a new builder forCssProcessingOptions
.CssProcessingOptions.Builder
CssProcessingOptions.Builder. invalidCertificateAllowanceChecker(Predicate<URI> invalidCertificateAllowanceChecker)
Sets the predicate to check if invalid certificates are allowed for the given URL.CssProcessingOptions.Builder
CssProcessingOptions.Builder. urlPostProcessor(UnaryOperator<URI> urlPostProcessor)
Sets the post processor for URLs in the CSS files.
-