org.mozilla.webclient
Interface Navigation2

All Superinterfaces:
Navigation

public interface Navigation2
extends Navigation


Field Summary
 
Fields inherited from interface org.mozilla.webclient.Navigation
LOAD_FORCE_RELOAD, LOAD_NORMAL
 
Method Summary
 void post(java.lang.String absoluteUrl, java.lang.String target, java.lang.String postData, java.lang.String postHeaders)
           
 
Methods inherited from interface org.mozilla.webclient.Navigation
loadFromStream, loadURL, refresh, setPrompt, stop
 

Method Detail

post

void post(java.lang.String absoluteUrl,
          java.lang.String target,
          java.lang.String postData,
          java.lang.String postHeaders)
Parameters:
absoluteUrl - must be absolute
target - null at the moment
postData - must end with a \r\n
postHeaders - Each header, including the last, must be of the form "Name: value\r\n". The last header must have an additional "\r\n".


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