} catch (RetryableFailure e) {
throw new IOException(e);
}
}
HtmlClosure content = StoreViewFragment.getGxpClosure(
storeType, id, objectVersion == null ? "" : ("" + objectVersion),
historyStart, historyEnd, items, snapshotVersion, snapshot);
resp.setContentType("text/html");
Admin.write(resp.getWriter(), new GxpContext(getLocale(req)),
analyticsAccount, content);