WebStorage
#include <bb/cascades/WebStorage>
Utilities for accessing the storage for a WebView control.
Each WebView instance has an associated WebStorage which can be referenced by reading the WebView storage property. You should never have any reason to create an instance of this class yourself.
Note: Some storage is process wide and not tied an individual WebView. For example, clearing cookies on one WebView will clear the cookies for all other WebViews running inside the same process.
BlackBerry 10.0.0
Properties Index
| bb::cascades::WebCookieJar | cookieJar [read-only] |
Public Functions Index
| bb::cascades::WebCookieJar * | cookieJar () const |
Public Slots Index
| void | clear () |
| void | clearAutofillData () |
| void | clearCache () |
| void | clearCookies () |
| void | clearCredentials () |
| void | clearDatabases () |
| void | clearLocalStorage () |
| void | clearWebFileSystem () |
Properties
Public Functions
Public Slots
void
Clears all data stored by this WebView.
This is analogous to calling clearAutofillData(), clearCache(), clearCookies(), clearCredentials(), clearLocalStorage() and clearWebFileSystem().
BlackBerry 10.0.0