public class GetPage extends Object implements ContentProcessable
| Constructor and Description |
|---|
GetPage(String u) |
GetPage(String u,
String charset) |
| Modifier and Type | Method and Description |
|---|---|
HttpAction |
getNextMessage() |
String |
getText() |
boolean |
hasMoreMessages() |
boolean |
isSelfExecuter()
Use this in self maintaining lists for e.g., to prevent user to perform this action manually.
|
String |
processReturningText(String s,
HttpAction hm) |
public GetPage(String u, String charset)
u - like "/index.php?title=Special:Recentchanges&feed=rss"charset - like "uft-8"public GetPage(String u)
u - like "/index.php?title=Special:Recentchanges&feed=rss"public boolean hasMoreMessages()
hasMoreMessages in interface ContentProcessablepublic HttpAction getNextMessage()
getNextMessage in interface ContentProcessableContentProcessable.getNextMessage()public String processReturningText(String s, HttpAction hm)
processReturningText in interface ReturningTexts - the returning texthm - the
on any problems with inner browserReturningText.processReturningText(String, HttpAction)public String getText()
public boolean isSelfExecuter()
isSelfExecuter in interface ContentProcessableCopyright © 2013. All Rights Reserved.