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 public class LinkFactoryImpl extends LinkFactory
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
- Author:
- Jamie Ho
-
-
Constructor Summary
Constructors Constructor Description LinkFactoryImpl(HtmlDocletWriter writer)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected ContentgetClassLink(LinkInfo linkInfo)Deprecated.Return the link to the given class.protected ContentgetTypeAnnotationLink(LinkInfo linkInfo, AnnotationDesc annotation)Deprecated.ContentgetTypeAnnotationLinks(LinkInfo linkInfo)Deprecated.protected ContentgetTypeParameterLink(LinkInfo linkInfo, Type typeParam)Deprecated.Return the link to the given type parameter.protected ContentnewContent()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
-
-
-
-
Constructor Detail
-
LinkFactoryImpl
public LinkFactoryImpl(HtmlDocletWriter writer)
Deprecated.
-
-
Method Detail
-
newContent
protected Content newContent()
Deprecated.Return an empty instance of a content object.- Specified by:
newContentin classLinkFactory- Returns:
- an empty instance of a content object.
-
getClassLink
protected Content getClassLink(LinkInfo linkInfo)
Deprecated.Return the link to the given class.- Specified by:
getClassLinkin classLinkFactory- Parameters:
linkInfo- the information about the link to construct.- Returns:
- the link for the given class.
-
getTypeParameterLink
protected Content getTypeParameterLink(LinkInfo linkInfo, Type typeParam)
Deprecated.Return the link to the given type parameter.- Specified by:
getTypeParameterLinkin classLinkFactory- Parameters:
linkInfo- the information about the link to construct.typeParam- the type parameter to link to.
-
getTypeAnnotationLink
protected Content getTypeAnnotationLink(LinkInfo linkInfo, AnnotationDesc annotation)
Deprecated.- Specified by:
getTypeAnnotationLinkin classLinkFactory
-
getTypeAnnotationLinks
public Content getTypeAnnotationLinks(LinkInfo linkInfo)
Deprecated.- Overrides:
getTypeAnnotationLinksin classLinkFactory
-
-