IRequestCycle cycle = newMock(IRequestCycle.class);
Infrastructure inf = newMock(Infrastructure.class);
replay();
IMarkupWriter mw = new MarkupWriterImpl("text/html", writer, filter);
DojoAjaxResponseBuilder builder = new DojoAjaxResponseBuilder(cycle, mw, null);
String bscript = "var e=4;";
String imageInit = "image initializations";
String preload = "preloadedvarname";