Package net.i2p.router.web
Class NewsFeedHelper
- java.lang.Object
- 
- net.i2p.router.web.HelperBase
- 
- net.i2p.router.web.NewsFeedHelper
 
 
- 
 public class NewsFeedHelper extends HelperBase HTML-formatted full news entries- Since:
- 0.9.23
 
- 
- 
Field Summary- 
Fields inherited from class net.i2p.router.web.HelperBase_context, _out, CHECKED, PROP_ADVANCED, SELECTED
 
- 
 - 
Constructor SummaryConstructors Constructor Description NewsFeedHelper()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntries()(package private) static StringgetEntries(I2PAppContext ctx, int start, int max, long ageLimit)voidsetLimit(int limit)voidsetStart(int start)- 
Methods inherited from class net.i2p.router.web.HelperBase_t, _t, _t, _x, getChecked, isAdvanced, ngettext, setContextId, storeWriter
 
- 
 
- 
- 
- 
Method Detail- 
setLimitpublic void setLimit(int limit) - Parameters:
- limit- less than or equal to zero means all
 
 - 
setStartpublic void setStart(int start) 
 - 
getEntriespublic String getEntries() 
 - 
getEntriesstatic String getEntries(I2PAppContext ctx, int start, int max, long ageLimit) - Parameters:
- max- less than or equal to zero means all
- ageLimit- time before now, less than or equal to zero means all (after the first)
- Returns:
- non-null, "" if none
 
 
- 
 
-