Returns the fragment component of this URI in its original, possibly percent-encoded form, and without any leading '#' character. NB: Choose carefully between this method and #getFragment(). See that Javadoc for details.
()
| 600 | * details. |
| 601 | */ |
| 602 | @Nullable |
| 603 | public String getRawFragment() { |
| 604 | return fragment; |
| 605 | } |
| 606 | |
| 607 | /** |
| 608 | * {@inheritDoc} |
no outgoing calls