class SummaryBarRenderer extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static String[] |
ALL_SECTIONS |
(package private) static Map<String,String> |
SECTION_NAMES |
Constructor and Description |
---|
SummaryBarRenderer(RouterContext context,
SummaryHelper helper) |
Modifier and Type | Method and Description |
---|---|
String |
renderBandwidthHTML() |
String |
renderCongestionHTML() |
String |
renderDestinationsHTML() |
String |
renderFirewallAndReseedStatusHTML() |
String |
renderGeneralHTML() |
String |
renderHelpAndFAQHTML() |
String |
renderI2PInternalsHTML() |
String |
renderI2PServicesHTML() |
String |
renderNetworkReachabilityHTML() |
String |
renderNewsHeadingsHTML() |
String |
renderPeersHTML() |
String |
renderRestartStatusHTML() |
String |
renderShortGeneralHTML() |
void |
renderSummaryHTML(Writer out)
Note - ensure all links in here are absolute, as the summary bar may be displayed
on lower-level directory errors.
|
String |
renderTunnelsHTML() |
String |
renderTunnelStatusHTML() |
String |
renderUpdateStatusHTML() |
static final String[] ALL_SECTIONS
public SummaryBarRenderer(RouterContext context, SummaryHelper helper)
public void renderSummaryHTML(Writer out) throws IOException
IOException
public String renderHelpAndFAQHTML()
public String renderI2PServicesHTML()
public String renderI2PInternalsHTML()
public String renderGeneralHTML()
public String renderShortGeneralHTML()
public String renderNetworkReachabilityHTML()
public String renderUpdateStatusHTML()
public String renderRestartStatusHTML()
public String renderPeersHTML()
public String renderFirewallAndReseedStatusHTML()
public String renderBandwidthHTML()
public String renderTunnelsHTML()
public String renderCongestionHTML()
public String renderTunnelStatusHTML()
public String renderDestinationsHTML()
public String renderNewsHeadingsHTML()