
// 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 (DWRContextualizer == null) var DWRContextualizer = {};
DWRContextualizer._path = '/v3/dwr';
DWRContextualizer.getContext = function(p0, callback) {
  dwr.engine._execute(DWRContextualizer._path, 'DWRContextualizer', 'getContext', p0, callback);
}
DWRContextualizer.registerContext = function(p0, p1, p2, callback) {
  dwr.engine._execute(DWRContextualizer._path, 'DWRContextualizer', 'registerContext', p0, p1, p2, callback);
}
DWRContextualizer.getCurrentContext = function(callback) {
  dwr.engine._execute(DWRContextualizer._path, 'DWRContextualizer', 'getCurrentContext', callback);
}
DWRContextualizer.dropContextFromSession = function(callback) {
  dwr.engine._execute(DWRContextualizer._path, 'DWRContextualizer', 'dropContextFromSession', callback);
}
DWRContextualizer.destroyContext = function(p0, callback) {
  dwr.engine._execute(DWRContextualizer._path, 'DWRContextualizer', 'destroyContext', p0, callback);
}
DWRContextualizer.registerContextInSession = function(p0, callback) {
  dwr.engine._execute(DWRContextualizer._path, 'DWRContextualizer', 'registerContextInSession', p0, callback);
}
DWRContextualizer.checkSessionContextCoherency = function(p0, p1, callback) {
  dwr.engine._execute(DWRContextualizer._path, 'DWRContextualizer', 'checkSessionContextCoherency', p0, p1, callback);
}

