()
| 483 | } |
| 484 | |
| 485 | private composeUrls() { |
| 486 | this.$$url = this.urlCodec.normalize(this.$$path, this.$$search, this.$$hash); |
| 487 | this.$$absUrl = this.getServerBase() + this.$$url.slice(1); // remove '/' from front of URL |
| 488 | this.updateBrowser = true; |
| 489 | } |
| 490 | |
| 491 | /** |
| 492 | * Retrieves the full URL representation with all segments encoded according to |