19 #ifndef __com_sun_star_util_URL_idl__
20 #define __com_sun_star_util_URL_idl__
24 module
com { module sun { module star { module util {
Definition: Ambiguous.idl:22
represents the structure of a Uniform Resource Locator.
Definition: URL.idl:44
string Protocol
contains the protocol (scheme) of the URL, for example, "http"
Definition: URL.idl:64
string Mark
contains the mark part of the URL, for example, "xyz"
Definition: URL.idl:103
string Name
contains the last segment of the hierarchical path of the URL, for the above example,...
Definition: URL.idl:95
string Server
contains the server part of the URL, for example, "www.sun.de"
Definition: URL.idl:76
short Port
contains the port at the server of the URL, for example, "8080"
Definition: URL.idl:80
string Password
contains the users password of the URL, for example, "pass"
Definition: URL.idl:72
string User
contains the user-identifier of the URL, for example, "me"
Definition: URL.idl:68
string Arguments
contains the arguments part of the URL, for example, "a=b"
Definition: URL.idl:99
string Complete
contains the string representation of the complete URL, for example, http://www.sun....
Definition: URL.idl:55
string Main
contains the URL without a mark and without arguments, for example, http://www.sun....
Definition: URL.idl:60
string Path
contains all segments but the last one of the hierarchical path of the URL, for example,...
Definition: URL.idl:84