@Controller public class PageStatisticController extends Object
| 构造器和说明 |
|---|
PageStatisticController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
addPageStatisticJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.academy.course.model.PageStatistic pageStat,
Long userId) |
@RequestMapping(value="/a/pageStatistic",
method=POST)
public String addPageStatisticJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.academy.course.model.PageStatistic pageStat,
Long userId)
throws Exception
ExceptionCopyright © 2018. All rights reserved.