Returns a URL to the resource that is mapped to a specified path. The path must begin with a "/" and is interpreted as relative to the current context root. This method allows the servlet container to make a resource available to servlets from any source. Resources can be located on a local or r
(String path)
| 186 | * @exception MalformedURLException if the pathname is not given in the correct form |
| 187 | */ |
| 188 | URL getResource(String path) throws MalformedURLException; |
| 189 | |
| 190 | /** |
| 191 | * Returns the resource located at the named path as an <code>InputStream</code> object. |
no outgoing calls