class ProfileOrganizerRenderer extends Object
| Constructor and Description |
|---|
ProfileOrganizerRenderer(ProfileOrganizer organizer,
RouterContext context)Creates a new ProfileOrganizerRenderer |
| Modifier and Type | Method and Description |
|---|---|
boolean | enableReverseLookups() |
String | ngettext(String s,
String p,
int n)Translate with plural support |
void | renderStatusHTML(Writer out,
int mode)Render the peer profile status table. |
public ProfileOrganizerRenderer(ProfileOrganizer organizer, RouterContext context)
public boolean enableReverseLookups()
public String ngettext(String s, String p, int n)
s - singular formp - plural formn - the countpublic void renderStatusHTML(Writer out, int mode) throws IOException
out - the writer to render tomode - 0 = all; 1 = fast; 2 = high capacity (non-fast); 3 = floodfill; 4 = bannedIOException - if an I/O error occurs