public class NewsFeedHelper extends HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED| Constructor and Description |
|---|
NewsFeedHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntries() |
(package private) static String |
getEntries(I2PAppContext ctx,
int start,
int max,
long ageLimit) |
void |
setLimit(int limit) |
void |
setStart(int start) |
_t, _t, _t, _x, getChecked, getCheckedDefaultTrue, isAdvanced, ngettext, setContextId, storeWriterpublic String getEntries()
static String getEntries(I2PAppContext ctx, int start, int max, long ageLimit)
max - 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)