Spring MVC------->version4.3.6-------->知识点------>实现Controller(编程思路)-------->Defining @RequestMapping handler methods

概述:

  • Controller类中的method又称作handler methods,用于接收request并调用Model层组件处理请求,并返回结果
  • 本文讲述handler method的编程思路,具体包括
    • handler method的函数参数
    • handler method的返回值
    •   

posted on 2017-03-13 21:10  LXRM-JavaWeb、ML  阅读(79)  评论(0编辑  收藏  举报

导航