Returns this servlet's ServletConfig object. @return ServletConfig the ServletConfig object that initialized this servlet
()
| 96 | * @return ServletConfig the <code>ServletConfig</code> object that initialized this servlet |
| 97 | */ |
| 98 | @Override |
| 99 | public ServletConfig getServletConfig() { |
| 100 | return config; |
| 101 | } |
| 102 | |
| 103 | /** |
| 104 | * Returns a reference to the {@link ServletContext} in which this servlet is running. See |
no outgoing calls
no test coverage detected