Klasse HtmlLinkFactory

java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlLinkFactory

public class HtmlLinkFactory extends Object
A factory that returns a link given the information about it.
  • Konstruktordetails

  • Methodendetails

    • newContent

      protected Content newContent()
      Gibt a new instance of a content object zurück.
      Gibt zurück:
      a new instance of a content object
    • getLink

      public Content getLink(HtmlLinkInfo linkInfo)
      Constructs a link from the given link information.
      Parameter:
      linkInfo - the information about the link.
      Gibt zurück:
      the link.
    • getClassLink

      protected Content getClassLink(HtmlLinkInfo linkInfo)
      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