Returns a ServletConfig object, which contains initialization and startup parameters for this servlet. The ServletConfig object returned is the one passed to the init method. Implementations of this interface are responsible for storing the ServletConfig</
()
| 79 | * @see #init |
| 80 | */ |
| 81 | ServletConfig getServletConfig(); |
| 82 | |
| 83 | /** |
| 84 | * Called by the servlet container to allow the servlet to respond to a request. |
no outgoing calls