|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.blackberry.api.browser.BrowserSession
public abstract class BrowserSession
BrowserSession objects are associated with a particular connection via
Browser.getSession(String).
Browser| Method Summary | ||
|---|---|---|
|
void |
displayPage(String url)
Sends a simple request to the browser to retrieve and display a page by URL. |
|
void |
displayPage(String url,
String referrer,
HttpHeaders requestHeaders,
PostData postData)
Sends a request to the browser to retrieve and display a page by URL. |
|
void |
showBrowser()
Shows the browser if it is not already visible and displays its start page. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void showBrowser()
public void displayPage(String url)
url - Fully qualified URL of page to retrieve.BrowserSession.displayPage(String,String,HttpHeaders,PostData)
public void displayPage(String url,
String referrer,
HttpHeaders requestHeaders,
PostData postData)
url - Fully qualified URL of page to retrieve.referrer - ULR/resource referring the request.headers - Hashtable containing key-value pairs corresponding to the headers.postData - Post data sent with the fetch request.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal