@Controller public class ScoreTypeController extends Object
| Constructor and Description |
|---|
ScoreTypeController() |
| Modifier and Type | Method and Description |
|---|---|
String |
updateScoreType(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id) |
String |
updateScoreTypeDetail(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
ApplyScoreStructure applyScoreStructure) |
@RequestMapping(value="/a/u/applyScoreInfo/{id}",
method=GET)
public String updateScoreType(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/applyScore",
method=POST)
public String updateScoreTypeDetail(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@RequestBody
ApplyScoreStructure applyScoreStructure)
throws Exception
ExceptionCopyright © 2017. All rights reserved.