|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PageData in org.apache.taglibs.scrape |
Methods in org.apache.taglibs.scrape that return PageData | |
static PageData |
PageData.getPage(java.lang.String url,
int port,
java.lang.String server,
java.lang.String name,
java.lang.String pass)
method checks the static HashMap pageurls for the given url if it exists it is returned, otherwise a new pagedata object is created and added to the HashMap pageurls |
Constructors in org.apache.taglibs.scrape with parameters of type PageData | |
HttpConnection(java.net.URL url,
PageData pd,
javax.servlet.jsp.PageContext pc)
constructor creates an instance of HttpConnection and calls the super class HttpURLConnection |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |