Wiki source code of API
Version 8.1 by Vincent Massol on 2007/12/06
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | 1 XWiki API Reference | ||
2 | |||
3 | XWiki's API are the objects and properties you can directly from your documents [using a scripting language>DevGuide.Scripting] (either Velocity or Groovy). | ||
4 | |||
5 | The latest API documentation is available as JavaDoc: | ||
6 | #set ($url1 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-1.1.2-javadoc.zip", "index.html")) | ||
7 | #set ($url2 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-1.2-rc-1-javadoc.zip", "index.html")) | ||
8 | * <a href="$url1">Javadoc for XWiki Platform Core - 1.1.2</a> | ||
9 | * <a href="$url2">Javadoc for XWiki Platform Core - 1.2 Release Candidate 1</a> | ||
10 | |||
11 | Older Javadocs of XWiki can be found in our [Maven Release repository>http://maven.xwiki.org/releases]. For example for XWiki Platform Core Javadocs check the files suffixed by <tt>javadoc</tt> for the version you wish under [this directory>http://maven.xwiki.org/releases/com/xpn/xwiki/platform/xwiki-core/]. |