MCPcopy Create free account
hub / github.com/ax1sX/MemShell / init

Method init

JettyMemShell/src/main/java/test/MyServlet.java:16–17  ·  view source on GitHub ↗
(ServletConfig servletConfig)

Source from the content-addressed store, hash-verified

14
15public class MyServlet extends HttpServlet {
16 public void init(ServletConfig servletConfig) throws ServletException {
17 }
18
19 public void service(ServletRequest servletRequest, ServletResponse servletResponse) throws ServletException, IOException {
20 HttpServletRequest req = (HttpServletRequest)servletRequest;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected