Class CssProcessingOptions


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

      • 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.