Interface ICSSProvider

    • Field Detail

      • DEFAULT_CONDITIONAL_COMMENT

        static final String DEFAULT_CONDITIONAL_COMMENT
      • DEFAULT_CSS_MEDIA_LIST

        static final com.helger.css.media.ICSSMediaList DEFAULT_CSS_MEDIA_LIST
    • Method Detail

      • getConditionalComment

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

        @Nonnull
        @ReturnsMutableCopy
        com.helger.css.media.ICSSMediaList getMediaList()
        Returns:
        The media list for which this CSS item applies. Never null but maybe empty.
      • isBundlable

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