로딩
티스토리 데이터 처리 중입니다.

[ SAPUI5 ] Rule Builder Control / Decision Table - 4

 [ SAPUI5 ] Rule Builder Control / Decision Table - 4

룰 빌더 페이지 컨트롤러 계속해서 분석하기 - [ page.controller.js ] loadRequests: function (mPath) { // The mock server does not support 1 to 1 navigation. // Hence we provide the responses directly by adding custom requests to the MockServer var oRresponses = {}; var getData = function(json) { oRresponses = json; }; this.loadJSON(mPath, getData); var aRequests = this.oRuleMockServer.getRequests(); var sMethod =.....