
// 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 (AjaxUserProfileEditor == null) var AjaxUserProfileEditor = {};
AjaxUserProfileEditor._path = '/dwr';
AjaxUserProfileEditor.getUserAccessor = function(callback) {
  dwr.engine._execute(AjaxUserProfileEditor._path, 'AjaxUserProfileEditor', 'getUserAccessor', callback);
}
AjaxUserProfileEditor.setUserAccessor = function(p0, callback) {
  dwr.engine._execute(AjaxUserProfileEditor._path, 'AjaxUserProfileEditor', 'setUserAccessor', p0, callback);
}
AjaxUserProfileEditor.setConfluenceWysiwygConverter = function(p0, callback) {
  dwr.engine._execute(AjaxUserProfileEditor._path, 'AjaxUserProfileEditor', 'setConfluenceWysiwygConverter', p0, callback);
}
AjaxUserProfileEditor.setPreferenceUserEditWysiwyg = function(p0, callback) {
  dwr.engine._execute(AjaxUserProfileEditor._path, 'AjaxUserProfileEditor', 'setPreferenceUserEditWysiwyg', p0, callback);
}
AjaxUserProfileEditor.getPreferenceUserEditWysiwyg = function(callback) {
  dwr.engine._execute(AjaxUserProfileEditor._path, 'AjaxUserProfileEditor', 'getPreferenceUserEditWysiwyg', callback);
}

