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