110111112113114115116
} @Override public QueryResultFormat getQueryResultFormat() { return new QueryResultFormat("HTML", "text/html", Charset.forName("utf-8"), "html"); }
116117118119120121122
} @Override public QueryResultFormat getQueryResultFormat() { return new QueryResultFormat("QueryResultFormat", format.getDefaultMIMEType(), Charset.defaultCharset(), format.getDefaultFileExtension()); }