Class LinkFactoryImpl
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links.LinkFactory
gw.gosudoc.com.sun.tools.doclets.formats.html.LinkFactoryImpl
Deprecated.
A factory that returns a link given the information about it.
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.
- Since:
- 1.5
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Content
getClassLink
(LinkInfo linkInfo) Deprecated.Return the link to the given class.private String
getClassToolTip
(ClassDoc classDoc, boolean isTypeLink) Deprecated.Given a class, return the appropriate tool tip.private DocPath
getPath
(LinkInfoImpl linkInfo) Deprecated.Return path to the given file name in the given package.protected Content
getTypeAnnotationLink
(LinkInfo linkInfo, AnnotationDesc annotation) Deprecated.getTypeAnnotationLinks
(LinkInfo linkInfo) Deprecated.protected Content
getTypeParameterLink
(LinkInfo linkInfo, Type typeParam) Deprecated.Return the link to the given type parameter.protected Content
Deprecated.Return an empty instance of a content object.Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links.LinkFactory
getLink, getTypeParameterLinks, getTypeParameterLinks
-
Field Details
-
m_writer
Deprecated.
-
-
Constructor Details
-
LinkFactoryImpl
Deprecated.
-
-
Method Details
-
newContent
Deprecated.Return an empty instance of a content object.- Specified by:
newContent
in classLinkFactory
- Returns:
- an empty instance of a content object.
-
getClassLink
Deprecated.Return the link to the given class.- Specified by:
getClassLink
in classLinkFactory
- Parameters:
linkInfo
- the information about the link to construct.- Returns:
- the link for the given class.
-
getTypeParameterLink
Deprecated.Return the link to the given type parameter.- Specified by:
getTypeParameterLink
in classLinkFactory
- Parameters:
linkInfo
- the information about the link to construct.typeParam
- the type parameter to link to.
-
getTypeAnnotationLink
Deprecated.- Specified by:
getTypeAnnotationLink
in classLinkFactory
-
getTypeAnnotationLinks
Deprecated.- Overrides:
getTypeAnnotationLinks
in classLinkFactory
-
getClassToolTip
Deprecated.Given a class, return the appropriate tool tip.- Parameters:
classDoc
- the class to get the tool tip for.- Returns:
- the tool tip for the appropriate class.
-
getPath
Deprecated.Return path to the given file name in the given package. So if the name passed is "Object.html" and the name of the package is "java.lang", and if the relative path is "../.." then returned string will be "../../java/lang/Object.html"- Parameters:
linkInfo
- the information about the link.
-