Returns the target URL. @return the target URL
()
| 152 | * @return the target URL |
| 153 | */ |
| 154 | public URL getUrl() { |
| 155 | return UrlUtils.toUrlSafe(url_); |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * Sets the target URL. The URL may be simplified if needed (for instance eliminating |