Class SVGOnLoadExceptionTest.TestUserAgent

    • Field Detail

      • e

        java.lang.Exception e
    • Constructor Detail

      • TestUserAgent

        TestUserAgent()
    • Method Detail

      • getScriptSecurity

        public ScriptSecurity getScriptSecurity​(java.lang.String scriptType,
                                                ParsedURL scriptURL,
                                                ParsedURL docURL)
        Description copied from class: UserAgentAdapter
        Returns the security settings for the given script type, script url and document url
        Specified by:
        getScriptSecurity in interface UserAgent
        Overrides:
        getScriptSecurity in class UserAgentAdapter
        Parameters:
        scriptType - type of script, as found in the type attribute of the <script> element.
        scriptURL - url for the script, as defined in the script's xlink:href attribute. If that attribute was empty, then this parameter should be null
        docURL - url for the document into which the script was found.