Name
global.cxs_AbstractScriptResultProcessor
Description
No description available
Script
var cxs_AbstractScriptResultProcessor = Class.create();
cxs_AbstractScriptResultProcessor.prototype = {
initialize: function(request, response) {
this._json = new JSON();
this.request = request;
this.response = response;
},
processSearch: function () {
},
type: 'cxs_AbstractScriptResultProcessor'
};
Sys ID
3a1780c073002300d144234ffff6a752