|
Cookbook /
JavaSummary: Easily generates links to the Javadoc API.
Version: 20110525
Prerequisites:
Status: beta
Maintainer: Daniel Kasmeroglu
Categories: Links
DescriptionThis recipe just provides a convenient way to link to Javadoc APIs. Installation
include_once(" $FarmD/cookbook/java.php");
ConfigurationYou can set the following two variables within your $java_api: Specifies the location of the API documentation. Default: http://download.oracle.com/javase/1.4.2/docs/api/. $java_mode: If set to "simplename" only the classes simplename is displayed. Otherwise the fully qualified classname is displayed. Default: "". UsageThe syntax is quite simple: java:java.lang.Float will generate a link to the corresponding Javadoc page. All classes within the package java.lang are allowed to be shortened such as java:Float which would generate the same link. Change log / Release notes
Contributors
CommentsUser notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |