MCPcopy Index your code
hub / github.com/castello/spring_basic / write

Method write

ch4/BoardController3.java:40–45  ·  view source on GitHub ↗
(Model m)

Source from the content-addressed store, hash-verified

38 }
39
40 @GetMapping("/write")
41 public String write(Model m) {
42 m.addAttribute("mode", "new");
43
44 return "board";
45 }
46
47 @PostMapping("/write")
48 public String write(BoardDto boardDto, RedirectAttributes rattr, Model m, HttpSession session) {

Callers

nothing calls this directly

Calls 2

setWriterMethod · 0.80
writeMethod · 0.65

Tested by

no test coverage detected