Returns the real path for a given virtual path. @param path The path to the desired resource @return the real path for a given virtual path, if possible; otherwise return null
(String path)
| 1361 | * @return the real path for a given virtual path, if possible; otherwise return <code>null</code> |
| 1362 | */ |
| 1363 | String getRealPath(String path); |
| 1364 | |
| 1365 | |
| 1366 | /** |
no outgoing calls