if (typeof HyperlocalUgcFloodException != "function") { function HyperlocalUgcFloodException() { this.message = null; this.cause = null; this.javaClassName = null; this.stackTrace = []; } } // 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 (AjaxPostThreadHelper == null) var AjaxPostThreadHelper = {}; AjaxPostThreadHelper._path = '/dwr'; AjaxPostThreadHelper.createThread = function(p0, p1, p2, callback) { dwr.engine._execute(AjaxPostThreadHelper._path, 'AjaxPostThreadHelper', 'createThread', p0, p1, p2, callback); } AjaxPostThreadHelper.determineRedirect = function(p0, p1, callback) { dwr.engine._execute(AjaxPostThreadHelper._path, 'AjaxPostThreadHelper', 'determineRedirect', p0, p1, callback); } AjaxPostThreadHelper.getThreadAfterReg = function(p0, callback) { dwr.engine._execute(AjaxPostThreadHelper._path, 'AjaxPostThreadHelper', 'getThreadAfterReg', p0, callback); }