Returns the name of this servlet instance. The name may be provided via server administration, assigned in the web application deployment descriptor, or for an unregistered (and thus unnamed) servlet instance it will be the servlet's class name. @return the name of the servlet instance
()
| 31 | * @return the name of the servlet instance |
| 32 | */ |
| 33 | String getServletName(); |
| 34 | |
| 35 | /** |
| 36 | * Returns a reference to the {@link ServletContext} in which the caller is executing. |
no outgoing calls
no test coverage detected