Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument. Paths indicating subdirectory paths end with a '/'. The returned paths are all relative to the root of the web application and have a leading '/'. For
(String path)
| 158 | * @since Servlet 2.3 |
| 159 | */ |
| 160 | Set<String> getResourcePaths(String path); |
| 161 | |
| 162 | /** |
| 163 | * Returns a URL to the resource that is mapped to a specified path. The path must begin with a "/" and is |
no outgoing calls