@Controller public class PhilosophyController extends Object
| Constructor and Description |
|---|
PhilosophyController() |
| Modifier and Type | Method and Description |
|---|---|
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
Exception@RequestMapping(value="/a/u/philosophy",
method=PUT)
public String updatePhilosophy(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long staffId,
Long philosophyId)
throws Exception
ExceptionCopyright © 2017. All rights reserved.