request.appendHtml("<pre>");
final DebugBuilder debug = new DebugString();
debug.appendln(spec.getFullIdentifier());
debug.indent();
specificationGraph(spec, debug, new ArrayList<ObjectSpecification>());
debug.unindent();
request.appendHtml(debug.toString());
request.appendHtml("</pre>");
}
private void displayContext(final Request request) {