169170171172173174175
* Return a 200 OK text/html response * * @param html The response content */ protected static void renderHtml(Object html) { throw new RenderHtml(html == null ? "" : html.toString()); }