daily49er.android.app
Class LoadPage

java.lang.Object
  extended by WebViewClient
      extended by daily49er.android.app.LoadPage

public class LoadPage
extends WebViewClient

The URL for a given WebView is loaded here.

Author:
Alex Chavez

Method Summary
 boolean shouldOverrideUrlLoading(WebView pageView, java.lang.String theUrl)
          Gives the application control of the WebView intent to stay in the application and not open a seperate page.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

shouldOverrideUrlLoading

public boolean shouldOverrideUrlLoading(WebView pageView,
                                        java.lang.String theUrl)
Gives the application control of the WebView intent to stay in the application and not open a seperate page.

Parameters:
view - - the WebView object that will load a web page.
theUrl - - the URL of the web page to be loaded.