|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWebViewClient
daily49er.android.app.LoadPage
public class LoadPage
The URL for a given WebView is loaded here.
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 |
---|
public boolean shouldOverrideUrlLoading(WebView pageView, java.lang.String theUrl)
view
- - the WebView object that will load a web page.theUrl
- - the URL of the web page to be loaded.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |