Class DocLink
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocLink
Deprecated.
Abstraction for simple relative URIs, consisting of a path,
an optional query, and an optional fragment. DocLink objects can
be created by the constructors below or from a DocPath using the
convenience methods,
fragment
and
query
.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Create a DocLink representing the URIpath
.Deprecated.Create a DocLink representing the URIpath?query#fragment
.Deprecated.Create a DocLink representing the URIpath?query#fragment
. -
Method Summary
-
Field Details
-
path
Deprecated. -
query
Deprecated. -
fragment
Deprecated.
-
-
Constructor Details
-
DocLink
Deprecated.Create a DocLink representing the URIpath
. -
DocLink
Deprecated.Create a DocLink representing the URIpath?query#fragment
. query and fragment may be null. -
DocLink
Deprecated.Create a DocLink representing the URIpath?query#fragment
. Any of the component parts may be null.
-
-
Method Details