This JSPWiki plugin converts Java class names to links to the javadocs for that class. The usage would be like this:

[{JavaDocPlugin

javax.servlet.http.HttpServletRequest}]

And the result would be:

JavaDoc:javax.servlet.http.HttpServletRequest

The source code is here. A jar file containing all my JSPWiki plugins is here.


CodeSnippets