net.rim.blackberry.api.browser
Class BrowserSession

java.lang.Object
  extended by net.rim.blackberry.api.browser.BrowserSession

public abstract class BrowserSession
extends Object

BrowserSession objects are associated with a particular connection via Browser.getSession(String).

See Also:
Browser
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

Method Summary
Category: Signed  void displayPage(String url)
          Sends a simple request to the browser to retrieve and display a page by URL.
Category: Signed  void displayPage(String url, String referrer, HttpHeaders requestHeaders, PostData postData)
          Sends a request to the browser to retrieve and display a page by URL.
Category: Signed  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

showBrowser

public void showBrowser()
Shows the browser if it is not already visible and displays its start page.

Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.2.0

displayPage

public void displayPage(String url)
Sends a simple request to the browser to retrieve and display a page by URL.

Parameters:
url - Fully qualified URL of page to retrieve.
See Also:
BrowserSession.displayPage(String,String,HttpHeaders,PostData)
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

displayPage

public void displayPage(String url,
                        String referrer,
                        HttpHeaders requestHeaders,
                        PostData postData)
Sends a request to the browser to retrieve and display a page by URL.

Parameters:
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.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0





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