class BanlistRenderer extends Object
| Constructor and Description |
|---|
BanlistRenderer(RouterContext context)Constructor. |
| Modifier and Type | Method and Description |
|---|---|
void | renderBanlistCompact(Writer out)Render the compact banlist HTML table. |
public BanlistRenderer(RouterContext context)
context - the router contextpublic void renderBanlistCompact(Writer out) throws IOException
out - the writer to render toIOException - if writing fails