Klasse HtmlLinkFactory
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlLinkFactory
A factory that returns a link given the information about it.
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected Content
getClassLink
(HtmlLinkInfo linkInfo) Returns a link to the given class.getLink
(HtmlLinkInfo linkInfo) Constructs a link from the given link information.getTypeAnnotationLinks
(HtmlLinkInfo linkInfo) Returns links to the type annotations.protected Content
getTypeParameterLinks
(HtmlLinkInfo linkInfo) Returns links to the type parameters.protected Content
Gibt a new instance of a content object zurück.
-
Konstruktordetails
-
HtmlLinkFactory
Constructs a new link factory.- Parameter:
writer
- the HTML doclet writer
-
-
Methodendetails
-
newContent
Gibt a new instance of a content object zurück.- Gibt zurück:
- a new instance of a content object
-
getLink
Constructs a link from the given link information.- Parameter:
linkInfo
- the information about the link.- Gibt zurück:
- the link.
-
getClassLink
Returns a link to the given class.- Parameter:
linkInfo
- the information about the link to construct- Gibt zurück:
- the link for the given class.
-
getTypeParameterLinks
Returns links to the type parameters.- Parameter:
linkInfo
- the information about the link to construct- Gibt zurück:
- the links to the type parameters
-
getTypeAnnotationLinks
Returns links to the type annotations.- Parameter:
linkInfo
- the information about the link to construct- Gibt zurück:
- the links to the type annotations
-