// Capture the DWR namespace if not mapped to standard "dwr" path
boolean remap = !dojoDwrBaseModulePath.equals("dwr");
if (remap)
{
mod.addContent("(function(dwr) {\n");
mod.addContent("\n");
}
// Add standard util.js contents
mod.addContent(super.generateTemplate(contextPath, servletPath, pathInfo));