public abstract class

AmazonWebViewDatabase

extends Object
java.lang.Object
   ↳ com.amazon.android.webkit.AmazonWebViewDatabase

Class Overview

The AmazonWebViewDatabase class is intended to be functionally equivalent to to the WebViewDatabase class. See WebViewDatabase for usage.

Summary

Public Constructors
AmazonWebViewDatabase()
Public Methods
abstract void clearFormData()
The clearFormData() method clears saved data from web forms, and is intended to be functionally equivalent to the clearFormData() method.
abstract void clearHttpAuthUsernamePassword()
The clearHttpAuthUserNamePassword() method clears saved credentials for HTTP authentication, and is intended to be functionally equivalent to to the clearHttpAuthUsernamePassword() method.
abstract void clearUsernamePassword()
The clearUsernamePassword() method clears username/password pairs for web forms, and is intended to be functionally equivalent to the clearUsernamePassword() method.
abstract boolean hasFormData()
The hasFormData() method gets whether there is saved web form data, and is intended to be functionally equivalent to the hasFormData() method.
abstract boolean hasHttpAuthUsernamePassword()
The hasHttpAuthUsernamePassword() method gets whether there are saved HTTP authentication credentials, and is intended to be functionally equivalent to to the hasHttpAuthUsernamePassword() method.
abstract boolean hasUsernamePassword()
The hasUsernamePassword() method gets whether there are saved username/password pairs for web forms, and is intended to be functionally equivalent to to the hasUsernamePassword() method.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AmazonWebViewDatabase ()

Public Methods

public abstract void clearFormData ()

The clearFormData() method clears saved data from web forms, and is intended to be functionally equivalent to the clearFormData() method. See clearFormData() for usage.

public abstract void clearHttpAuthUsernamePassword ()

The clearHttpAuthUserNamePassword() method clears saved credentials for HTTP authentication, and is intended to be functionally equivalent to to the clearHttpAuthUsernamePassword() method. See clearHttpAuthUsernamePassword() for usage.

public abstract void clearUsernamePassword ()

The clearUsernamePassword() method clears username/password pairs for web forms, and is intended to be functionally equivalent to the clearUsernamePassword() method. See clearUsernamePassword() for usage.

public abstract boolean hasFormData ()

The hasFormData() method gets whether there is saved web form data, and is intended to be functionally equivalent to the hasFormData() method. See hasFormData() for usage.

public abstract boolean hasHttpAuthUsernamePassword ()

The hasHttpAuthUsernamePassword() method gets whether there are saved HTTP authentication credentials, and is intended to be functionally equivalent to to the hasHttpAuthUsernamePassword() method. See hasHttpAuthUsernamePassword() for usage.

public abstract boolean hasUsernamePassword ()

The hasUsernamePassword() method gets whether there are saved username/password pairs for web forms, and is intended to be functionally equivalent to to the hasUsernamePassword() method. See hasUsernamePassword() for usage.