// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (servicesDwr == null) var servicesDwr = {}; servicesDwr._path = '/dwr'; servicesDwr.setApplicationContext = function(p0, callback) { dwr.engine._execute(servicesDwr._path, 'servicesDwr', 'setApplicationContext', p0, callback); } servicesDwr.ajaxModuleCheck = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(servicesDwr._path, 'servicesDwr', 'ajaxModuleCheck', p0, p1, p2, p3, p4, callback); } servicesDwr.ajaxModuleAction = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(servicesDwr._path, 'servicesDwr', 'ajaxModuleAction', p0, p1, p2, p3, p4, callback); }