一、后台执行流程

  1.前台指定funid、eventcode、pagetype

  2.请求到CommonAction的excute方法

  3.excute方法调用processAction方法

  4.processAction内部调用ServiceController的excute方法,在此将请求组装成lsInvoke

  5.最后通过ControlerUtil.executeEvent通过反射执行具体业务


 
                    
            
                

相关文章:

  • 2021-07-22
  • 2021-12-04
  • 2021-06-02
  • 2021-04-24
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-07-08
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2020-11-14
  • 2018-02-11
  • 2022-12-23
相关资源
相似解决方案