Get the decoded path part of the uri. @return the query part of the URI, or an empty string if no path is included in the URI.
()
| 632 | * included in the URI. |
| 633 | */ |
| 634 | public String getPath() { |
| 635 | return URIHelper.decodeString(path, true); |
| 636 | } |
| 637 | |
| 638 | /** |
| 639 | * Get the encoded path part of the uri. |