@Override
 public Servlet getServlet(String s) throws ServletException {
   return proxy.getServlet(s);
 }
 /** @deprecated */
 public Servlet getServlet(String arg0) throws ServletException {
   return servletContext.getServlet(arg0);
 }
예제 #3
0
 @Override
 public Servlet getServlet(String name) throws ServletException {
   return sc.getServlet(name);
 }
예제 #4
0
 /** @deprecated * */
 public Servlet getServlet(String arg0) throws ServletException {
   return delegate.getServlet(arg0);
 }