package
android.webkit
Provides tools for browsing the web.
more...
Interfaces
Classes
| CacheManager |
|
| CacheSyncManager |
The class CacheSyncManager is used to synchronize the browser cache between
RAM and FLASH. |
| CookieManager |
CookieManager manages cookies according to RFC2109 spec. |
| CookieSyncManager |
The class CookieSyncManager is used to synchronize the browser cookies
between RAM and FLASH. |
| DateSorter |
Sorts dates into the following groups:
Today
Yesterday
day two days ago ("Saturday")
day three days ago ("Friday")
older than three days ago ("Before Friday")
|
| HttpAuthHandler |
HTTP authentication handler: local handler that takes care
of HTTP authentication requests. |
| JsPromptResult |
Public class for handling javascript prompt requests. |
| JsResult |
|
| SslErrorHandler |
SslErrorHandler: class responsible for handling SSL errors. |
| URLUtil |
|
| WebBackForwardList |
This class contains the back/forward list for a WebView. |
| WebChromeClient |
|
| WebHistoryItem |
A convenience class for accessing fields in an entry in the back/forward list
of a WebView. |
| WebIconDatabase |
Functions for manipulating the icon database used by WebView. |
| WebSettings |
Manages settings state for a WebView. |
| WebView |
The Android SDK provides a custom scheme to load assets from the
application's .apk file in WebView. |
| WebViewClient |
|
Enums