Class CssProcessingOptions

java.lang.Object
de.xima.fc.gui.designer.form.utils.CssProcessingOptions

public final class CssProcessingOptions extends Object
Options for processing CSS files, see FormCssHelper.
Since:
8.3.6
  • Method Details

    • invalidCertificateAllowanceChecker

      public Predicate<URI> invalidCertificateAllowanceChecker()
      Gets the predicate to check if invalid certificates are allowed for the given URL.
      Returns:
      The checker, never null.
    • urlPostProcessor

      public UnaryOperator<URI> 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

      public static CssProcessingOptions.Builder builder()
      Creates a new builder for CssProcessingOptions.
      Returns:
      The new builder, never null.