todo, done

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2008-12-16 09:24:55 +00:00
parent 8899e7de7b
commit 7590aa1f0a
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ public class VelocityResponseWriter implements QueryResponseWriter {
context.put("date", new ComparisonDateTool());
context.put("math", new MathTool());
// TODO: check for v.layout, render to string, then render v.layout's template setting $content in the context
String layout_template = request.getParams().get("v.layout");
String json_wrapper = request.getParams().get("v.json");
boolean wrap_response = (layout_template != null) || (json_wrapper !=null);