CodeQL library for Java/Kotlin
codeql/java-all 0.8.12 (changelog, source)
Search

Module WebView

Import path

import semmle.code.java.frameworks.android.WebView

Imports

java

Provides all default Java QL imports.

Classes

AllowContentAccessMethod

The method setAllowContentAccess of the class android.webkit.WebSettings

AllowJavaScriptMethod

The method setJavaScriptEnabled of the class android.webkit.WebSettings.

CrossOriginAccessMethod

A method allowing any-local-file and cross-origin access in the class android.webkit.WebSettings.

JavascriptInterfaceMethod

A method annotated with the android.webkit.JavascriptInterface annotation.

ShouldOverrideUrlLoading

The method shouldOverrideUrlLoading of the class android.webkit.WebViewClient.

TypeWebSettings

The class android.webkit.WebSettings.

TypeWebView

The class android.webkit.WebView.

TypeWebViewClient

The class android.webkit.WebViewClient.

WebViewAddJavascriptInterfaceMethod

The method addJavascriptInterface of the class android.webkit.WebView

WebViewGetSettingsMethod

The method getSettings of the class android.webkit.WebView.

WebViewGetUrlMethod

The method getUrl or getOriginalUrl of the class android.webkit.WebView.

WebViewLoadUrlMethod

The method loadUrl or postUrl of the class android.webkit.WebView.

WebViewSetWebViewClientMethod

The method setWebViewClient of the class android.webkit.WebView.