public interface InitContext
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getResourceAsStream(String path)
Returns the resource located at the named path as an input stream.
|
InputStream getResourceAsStream(String path)
ServletContext.getResourceAsStream(java.lang.String).path - The path to the resource, must be begin with a '/' and
is interpreted as relative to the web application root.
Must not be null.null if no
resource exists at the specified path.Copyright © 2014 NimbusDS. All Rights Reserved.