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

Method init

ResinMemShell/src/main/java/com/axisx/MyServlet.java:16–16  ·  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 public void service(ServletRequest servletRequest, ServletResponse servletResponse) throws ServletException, IOException {
19 HttpServletRequest req = (HttpServletRequest) servletRequest;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected