public class NewsFeedHelper extends HelperBase
_context, _log, _out, CHECKED, PROP_ADVANCED, SELECTED| Constructor and Description |
|---|
NewsFeedHelper() |
| Modifier and Type | Method and Description |
|---|---|
String | getEntries()Get the formatted HTML entries. |
(package private) static String | getEntries(I2PAppContext ctx,
int start,
int max,
long ageLimit)Get the formatted HTML entries. |
void | setLimit(int limit)Less than or equal to zero means all. |
void | setStart(int start)Starting index. |
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, setContextId, storeWriterpublic String getEntries()
static String getEntries(I2PAppContext ctx, int start, int max, long ageLimit)
ctx - the router contextstart - the starting indexmax - less than or equal to zero means allageLimit - time before now, less than or equal to zero means all (after the first)public void setLimit(int limit)
limit - less than or equal to zero means allpublic void setStart(int start)
start - the starting index