Class CssUrlReferenceHeaderItem

    • Constructor Detail

      • CssUrlReferenceHeaderItem

        public CssUrlReferenceHeaderItem​(String url,
                                         String media,
                                         String rel)
        Creates a new CSSUrlReferenceHeaderItem.
        Parameters:
        url - context-relative url of the CSS resource
        media - the media type for this CSS ("print", "screen", etc.)
        rel - the rel attribute content
      • CssUrlReferenceHeaderItem

        public CssUrlReferenceHeaderItem​(String url,
                                         String media)
        Creates a new CSSUrlReferenceHeaderItem.
        Parameters:
        url - context-relative url of the CSS resource
        media - the media type for this CSS ("print", "screen", etc.)