Returns the webapp path of this resource. @return The path of this resource relative to the web application root. If the resource is a directory, the return value will end in '/'.
()
| 112 | * return value will end in '/'. |
| 113 | */ |
| 114 | String getWebappPath(); |
| 115 | |
| 116 | /** |
| 117 | * Returns the weak ETag calculated from the content length and last modified. |
no outgoing calls