There are three kinds of macros in this extension. Macros that
help to integrate by identifying domain information
reference or transclude image and text information
reference or transclude text information with explicit URL
The first two versions have in common that the base link is configured at space level (or at site level using the Delegate Space feature). The third category provide tools to access remote information at an individual basis with explicitly specifying the URL.
Domain References
The macros make it easier to link to resources on remote servers. The link is specified in form of a domain specific value, not as a plain URL.
The Javadoc Link Macro allows to create a link to information in the API documentation by specifying the class or method.
Java Elements in Javadoc
To reference the a class, specify the name of the class like this:
com.example.something.MyClass
The following example references a method aMethod():
com.example.something.MyClass.aMethod()
Here an example referencing a method aMethod(String, Class<?>) with generics: