22 module
com { module sun { module star { module util {
string Path
contains all segments but the last one of the hierarchical path of the URL, for example, "/pub/test/"
Definition: URL.idl:82
string Arguments
contains the arguments part of the URL, for example, "a=b"
Definition: URL.idl:97
string Mark
contains the mark part of the URL, for example, "xyz"
Definition: URL.idl:101
Definition: Ambiguous.idl:20
string Name
contains the last segment of the hierarchical path of the URL, for the above example, "foo.txt"
Definition: URL.idl:93
string Password
contains the users password of the URL, for example, "pass"
Definition: URL.idl:70
short Port
contains the port at the server of the URL, for example, "8080"
Definition: URL.idl:78
string Server
contains the server part of the URL, for example, "www.sun.de"
Definition: URL.idl:74
string Complete
contains the string representation of the complete URL, for example, http://www.sun.de:8080/pub/test/foo.txt?a=b#xyz
Definition: URL.idl:53
string Protocol
contains the protocol (scheme) of the URL, for example, "http"
Definition: URL.idl:62
represents the structure of a Uniform Resource Locator.
Definition: URL.idl:41
string Main
contains the URL without a mark and without arguments, for example, http://www.sun.de:8080/pub/test/foo.txt
Definition: URL.idl:58
string User
contains the user-identifier of the URL, for example, "me"
Definition: URL.idl:66