The Artima Developer Community
Sponsored Link

Java Answers Forum
Java object that can post to a web site

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
varun

Posts: 1
Nickname: vchezel
Registered: Apr, 2005

Java object that can post to a web site Posted: Apr 28, 2005 8:19 AM
Reply to this message Reply
Advertisement
Hello Everyone,
I need help in writing java code where an object can post to a website.
Here is the outline for the object:

NuWebPage {
public void addFormItem(String prm_sParam, String prm_sValue) {
}
public void addQueryItem(String prm_sParam, String prm_sValue) {
}
public Stream getPageText() {
}
/* This one is advanced
public String getPageValue(String prm_sStartPattern, String prm_sEndPattern) {
}
*/
public void setPageName(String prm_sPageName) {
}
public void setPath(String prm_sUrlPath) {
}
public boolean submit() {
}
}



Please help me.
Thank you in advance

Topic: Undefined operator in a String calculation Previous Topic   Next Topic Topic: architecture design questions

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use