public class NewsFeedHelper extends HelperBase
_context, _out, CHECKED, PROP_ADVANCED
Constructor | Description |
---|---|
NewsFeedHelper() |
Modifier and Type | Method | 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, isAdvanced, ngettext, setContextId, storeWriter
public void setLimit(int limit)
limit
- less than or equal to zero means allpublic void setStart(int start)
public 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)