Obtain the object that represents the resource at the given path. Note the resource at that path may not exist. @param path The path for the resource of interest relative to the root of the web application. It must start with '/'. @return The object that represents the resource at
(String path)
| 34 | * @return The object that represents the resource at the given path |
| 35 | */ |
| 36 | WebResource getResource(String path); |
| 37 | |
| 38 | /** |
| 39 | * Obtain the list of the names of all of the files and directories located in the specified directory. |
no outgoing calls
no test coverage detected