// 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; dwr.engine._defaultPath = '/dwr'; if (CommonService == null) var CommonService = {}; CommonService._path = '/dwr'; CommonService.publish = function(p0, p1, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'publish', p0, p1, callback); } CommonService.createFile = function(p0, p1, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'createFile', p0, p1, callback); } CommonService.getPageContents = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'getPageContents', p0, callback); } CommonService.getPageLayoutContent = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'getPageLayoutContent', p0, callback); } CommonService.getWindows = function(p0, p1, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'getWindows', p0, p1, callback); } CommonService.getWindowStyle = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'getWindowStyle', p0, callback); } CommonService.getWinHeaderStyle = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'getWinHeaderStyle', p0, callback); } CommonService.getWinBodyStyle = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'getWinBodyStyle', p0, callback); } CommonService.readLineFile = function(p0, p1, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'readLineFile', p0, p1, callback); } CommonService.transformRealPath = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'transformRealPath', p0, callback); } CommonService.encrypeByMD5 = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'encrypeByMD5', p0, callback); }