示例#1
0
 /** @param jspExec the jspExec to set */
 public void setJspExec(JSPExecutor jspExec) {
   this.jspExec = jspExec;
   if (jspExec != null && jspExec.getUiResults() != null) {
     result = jspExec.getUiResults().getResult();
   }
 }