5859606162636465666768
{ content.addElement( new li().addElement( o.toString() )); } } doc.appendBody( content ); return doc.toString(); } public static void sendHTMLResponse( HttpServletResponse res, String txt )
5657585960616263646566
621622623624625626627628629630631
if (onlyTable) table.output(w); else { XhtmlDocument doc = new XhtmlDocument(); doc.appendBody(table); if (extension.getStyleURL() != null) { link l = new link(extension.getStyleURL(), "stylesheet", "text/css"); doc.appendHead(l); }