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

Method getResolvedViewName

ch2/MyDispatcherServlet.java:84–86  ·  view source on GitHub ↗
(String viewName)

Source from the content-addressed store, hash-verified

82 }
83
84 private String getResolvedViewName(String viewName) {
85 return getServletContext().getRealPath("/WEB-INF/views") +"/"+viewName+".jsp";
86 }
87
88 private void render(Model model, String viewName, HttpServletResponse response) throws IOException {
89 String result = "";

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected