Returns the resource located at the named path as an InputStream object. The data in the InputStream can be of any type or length. The path must be specified according to the rules given in getResource . This method returns null if no resource e
(String path)
| 210 | * specified path |
| 211 | */ |
| 212 | InputStream getResourceAsStream(String path); |
| 213 | |
| 214 | /** |
| 215 | * Returns a {@link RequestDispatcher} object that acts as a wrapper for the resource located at the given path. A |
no outgoing calls