WHITE PAPERS  |  PRICING  |  DOWNLOADS

 

username

password

 

 

 

 

 

 

 

 

 

 

  Swing Edition Details  

 

  > Features  

  > Key Benefits  

  > Screenshots  

  > Standards Supported  

  > Pricing  

  > Download Now

 

 

  Developer Resources  

 

  > API Documentation  

  > Developers Guide  

  > Code Examples  

  > Updated Builds  

  > Technical Articles  

 

 

 

 

 

Jump to:

General WebRenderer Functions

  WebRenderer example code base.

 

Advanced WebRenderer functions

 

 

 

 

 

  

  

 

WebRenderer cookies

 

 

 

WebRenderer cookies

Cookies in WebRenderer are enabled by default. Cookies can be disabled in WebRenderer. There are also methods for checking the cookies status.


IBrowserCanvas browser = BrowserFactory.spawnMozilla();

//Disables cookies
browser.disableCookies();

//Enables cookies
browser.enableCookies();

//Checking cookie status
boolean cookiesEnabled = browser.isCookiesEnabled();

//Checking cookie status
boolan cookiesDisabled = browser.isCookiesDisabled();

  top

 

 

 Sun, Sun Microsystems, and the Sun Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries 

Privacy Policy  |   Disclaimer