org.mozilla.webclient
Interface Navigation

All Known Subinterfaces:
Navigation2

public interface Navigation


Field Summary
static int LOAD_FORCE_RELOAD
           
static int LOAD_NORMAL
          These flags can be or'd together for the argument to refresh().
 
Method Summary
 void loadFromStream(java.io.InputStream stream, java.lang.String uri, java.lang.String contentType, int contentLength, java.util.Properties loadInfo)
           
 void loadURL(java.lang.String absoluteURL)
           
 void refresh(long loadFlags)
           
 void setPrompt(Prompt yourPrompt)
          Gives this Navigation instance the ability to call back the custom app when a site with basic authentication, cookies, etc, is encountered.
 void stop()
           
 

Field Detail

LOAD_NORMAL

static final int LOAD_NORMAL
These flags can be or'd together for the argument to refresh().

See Also:
Constant Field Values

LOAD_FORCE_RELOAD

static final int LOAD_FORCE_RELOAD
See Also:
Constant Field Values
Method Detail

loadURL

void loadURL(java.lang.String absoluteURL)

loadFromStream

void loadFromStream(java.io.InputStream stream,
                    java.lang.String uri,
                    java.lang.String contentType,
                    int contentLength,
                    java.util.Properties loadInfo)

refresh

void refresh(long loadFlags)

stop

void stop()

setPrompt

void setPrompt(Prompt yourPrompt)
Gives this Navigation instance the ability to call back the custom app when a site with basic authentication, cookies, etc, is encountered. The custom app can choose to put up appropriate modal UI.



Copyright © 2002-2007 Mozilla.org All Rights Reserved.