@Controller public class PhilosophyController extends Object
| 构造器和说明 |
|---|
PhilosophyController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
addPhilosophy(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id) |
String |
getphilosophyList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id) |
String |
updatePhilosophy(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long staffId,
Long philosophyId) |
@RequestMapping(value="/a/u/philosophyList/{id}",
method=GET)
public String getphilosophyList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception@RequestMapping(value="/a/u/philosophy/{id}",
method=GET)
public String addPhilosophy(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
ExceptionCopyright © 2017. All rights reserved.