net.i2p.router.web
Class NewsFeedHelper

java.lang.Object
  extended by net.i2p.router.web.HelperBase
      extended by 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, PROP_ADVANCED
 
Constructor Summary
NewsFeedHelper()
           
 
Method Summary
 String getEntries()
           
(package private) static String getEntries(I2PAppContext ctx, int start, int max)
           
 void setLimit(int limit)
           
 void setStart(int start)
           
 
Methods inherited from class net.i2p.router.web.HelperBase
_t, _t, _t, _x, isAdvanced, ngettext, setContextId, storeWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsFeedHelper

public NewsFeedHelper()
Method Detail

setLimit

public void setLimit(int limit)
Parameters:
limit - less than or equal to zero means all

setStart

public void setStart(int start)

getEntries

public String getEntries()

getEntries

static String getEntries(I2PAppContext ctx,
                         int start,
                         int max)
Parameters:
max - less than or equal to zero means all
Returns:
non-null, "" if none