A string that is a properly formatted URL.
This is used to ensure proper URL escaping.
|
$Init() @file |
|
NEW(safeContent, state) @file | Create a new Url with initial text safeContent, where the context at
the end is state.
|
|
$add(text)
ZUT.Base @public | Add text to the Url, it will be escaped.
|
|
$add(url)
ZUT.Url @public | Add url to the URL as-is.
|
|
$addUNESCAPED(safeContent)
ZUT.Base @public | Add safeContent to the section, it will not be escaped.
|
|
|
fromSafeString(safeContent)
ZUT.Url @public | Create a ZUT.Url object from a string that contains a safe, already
escaped Url.
|
|
Inherited from ZUT.Base:
|
|
NEW() @public |
|
$add(number)
ZUT.Base @public | Add number to the item as a string.
|
|
$add(number)
ZUT.Base @public | Add number to the item as a string.
|
|
$ToString()
string @public | Return the concatenated result.
|
|