MCPcopy Create free account
hub / github.com/castello/spring_basic / ModelController

Class ModelController

ch2/MethodCall.java:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47class ModelController {
48 public String main(HashMap map) {
49 map.put("id", "asdf");
50 map.put("pwd", "1111");
51
52 return "txtView2";
53 }
54}
55
56[txtView1.txt]
57id=${id}, pwd=${pwd}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected