public static interface Html.LinkMaker
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
makeDefaultLabel(com.sun.javadoc.Doc from,
com.sun.javadoc.Doc to,
com.sun.javadoc.RootDoc rootDoc)
Generates the "default label" for the link that refers from the HTML page on which
from is described
to the place where to is described. |
java.lang.String |
makeHref(com.sun.javadoc.Doc from,
com.sun.javadoc.Doc to,
com.sun.javadoc.RootDoc rootDoc)
Generates an "href" that refers from the HTML page on which
from is described to the HTML page (and
possibly the anchor) that describes to. |
@Nullable java.lang.String makeHref(com.sun.javadoc.Doc from, com.sun.javadoc.Doc to, com.sun.javadoc.RootDoc rootDoc) throws Longjump
from is described to the HTML page (and
possibly the anchor) that describes to.null if the bare label should be displayed instead of a linkLongjump - A link href could be determined, but for some reason it was forbidden to link therejava.lang.String makeDefaultLabel(com.sun.javadoc.Doc from,
com.sun.javadoc.Doc to,
com.sun.javadoc.RootDoc rootDoc)
throws Longjump
from is described
to the place where to is described.Longjump