Returns a ServletContext object that corresponds to a specified URL on the server. This method allows servlets to gain access to the context for various parts of the server, and as needed obtain RequestDispatcher objects from the context. The given path must begin with "/",
(String uripath)
| 86 | * @see RequestDispatcher |
| 87 | */ |
| 88 | ServletContext getContext(String uripath); |
| 89 | |
| 90 | /** |
| 91 | * Returns the major version of the Java Servlet API that this servlet container supports. All implementations that |
no outgoing calls