Ejemplo n.º 1
0
 @Override
 public Servlet getServlet(String s) throws ServletException {
   return proxy.getServlet(s);
 }
 /** @deprecated */
 public Servlet getServlet(String arg0) throws ServletException {
   return servletContext.getServlet(arg0);
 }