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

Method destroy

ch2/HelloServlet.java:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 @Override
31 public void destroy() {
32 // 뒷정리 작업 - 서블릿이 제거(unload)될 때, 단 한번만 수행됨.
33 System.out.println("[HelloSerlvet] destroy()");
34 }
35 }
36
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected