Interface IJSProvider

    • Field Detail

      • DEFAULT_CONDITIONAL_COMMENT

        static final String DEFAULT_CONDITIONAL_COMMENT
    • Method Detail

      • getConditionalComment

        @Nullable
        String getConditionalComment()
        Returns:
        The conditional comment required for this JS item or null if it applies to all browsers.
      • isBundlable

        boolean isBundlable()
        Specified by:
        isBundlable in interface IHTMLResourceProvider
        Returns:
        Whether or not this script can be bundled to a big JS profile. For some files this is not possible.