Allocate an initialized instance of this Servlet that is ready to have its service() method called. The previously initialized instance may be returned immediately. @exception ServletException if the Servlet init() method threw an exception @exception ServletException if a loading erro
()
| 195 | * @return a new Servlet instance |
| 196 | */ |
| 197 | Servlet allocate() throws ServletException; |
| 198 | |
| 199 | |
| 200 | /** |
no outgoing calls