// 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 (CaptchaAction == null) var CaptchaAction = {}; CaptchaAction._path = '/JTO/dwr'; CaptchaAction.captcha = function(p0, p1, callback) { dwr.engine._execute(CaptchaAction._path, 'CaptchaAction', 'captcha', p0, p1, false, false, callback); } CaptchaAction.Confirmed = function(p0, p1, callback) { dwr.engine._execute(CaptchaAction._path, 'CaptchaAction', 'Confirmed', p0, p1, false, false, callback); } CaptchaAction.refreshCaptcha = function(callback) { dwr.engine._execute(CaptchaAction._path, 'CaptchaAction', 'refreshCaptcha', false, callback); } CaptchaAction.execute = function(p0, p1, callback) { dwr.engine._execute(CaptchaAction._path, 'CaptchaAction', 'execute', p0, p1, false, false, callback); } CaptchaAction.execute = function(p0, p1, p2, p3, callback) { dwr.engine._execute(CaptchaAction._path, 'CaptchaAction', 'execute', p0, p1, p2, p3, callback); } CaptchaAction.getServlet = function(callback) { dwr.engine._execute(CaptchaAction._path, 'CaptchaAction', 'getServlet', callback); } CaptchaAction.setServlet = function(p0, callback) { dwr.engine._execute(CaptchaAction._path, 'CaptchaAction', 'setServlet', p0, callback); }