getServletName方法用于返回Servlet在web.xml文件中配置的名称,如上面的代码中按着MyServletConfig的配置,在MyServletConfig中通过该方法所获得的Servlet名称就是MyServletConfig。