forked from I2P_Developers/i2p.i2p
make renderers package private
This commit is contained in:
@ -24,7 +24,7 @@ import net.i2p.router.Banlist;
|
|||||||
/**
|
/**
|
||||||
* Moved from Banlist.java
|
* Moved from Banlist.java
|
||||||
*/
|
*/
|
||||||
public class BanlistRenderer {
|
class BanlistRenderer {
|
||||||
private final RouterContext _context;
|
private final RouterContext _context;
|
||||||
|
|
||||||
public BanlistRenderer(RouterContext context) {
|
public BanlistRenderer(RouterContext context) {
|
||||||
|
@ -23,7 +23,7 @@ import net.i2p.util.SystemVersion;
|
|||||||
* Refactored from summarynoframe.jsp to save ~100KB
|
* Refactored from summarynoframe.jsp to save ~100KB
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class SummaryBarRenderer {
|
class SummaryBarRenderer {
|
||||||
|
|
||||||
static final String ALL_SECTIONS[] =
|
static final String ALL_SECTIONS[] =
|
||||||
{"HelpAndFAQ", "I2PServices", "I2PInternals", "General", "ShortGeneral", "NetworkReachability",
|
{"HelpAndFAQ", "I2PServices", "I2PInternals", "General", "ShortGeneral", "NetworkReachability",
|
||||||
|
@ -21,9 +21,9 @@ import net.i2p.router.tunnel.pool.TunnelPool;
|
|||||||
import net.i2p.stat.RateStat;
|
import net.i2p.stat.RateStat;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* tunnels.jsp
|
* For /tunnels.jsp, used by TunnelHelper.
|
||||||
*/
|
*/
|
||||||
public class TunnelRenderer {
|
class TunnelRenderer {
|
||||||
private RouterContext _context;
|
private RouterContext _context;
|
||||||
|
|
||||||
private static final int DISPLAY_LIMIT = 200;
|
private static final int DISPLAY_LIMIT = 200;
|
||||||
|
Reference in New Issue
Block a user