Class AbstractJavaScriptReferenceHeaderItem

    • Constructor Detail

      • AbstractJavaScriptReferenceHeaderItem

        protected AbstractJavaScriptReferenceHeaderItem​(java.lang.String condition,
                                                        boolean defer,
                                                        java.lang.String charset)
        Constructor.
        Parameters:
        condition - The condition to use for Internet Explorer conditional comments. E.g. "IE 7". null or empty string for no condition.
        defer - a flag indicating whether the execution of a script should be deferred (delayed) until after the page has been loaded.
        charset - the charset to use when reading the script content