public abstract class WebHistoryItem extends Object implements Cloneable
WebBackForwardList
Constructor and Description |
---|
WebHistoryItem() |
Modifier and Type | Method and Description |
---|---|
protected abstract WebHistoryItem |
clone()
Clone the history item for use by clients of WebView.
|
abstract Bitmap |
getFavicon()
Return the favicon of this history item or null if no favicon was found.
|
abstract int |
getId()
Deprecated.
This method is now obsolete.
|
abstract String |
getOriginalUrl()
Return the original url of this history item.
|
abstract String |
getTitle()
Return the document title of this history item.
|
abstract String |
getUrl()
Return the url of this history item.
|
@Deprecated public abstract int getId()
public abstract String getUrl()
public abstract String getOriginalUrl()
public abstract String getTitle()
public abstract Bitmap getFavicon()
protected abstract WebHistoryItem clone()