Wiki source code of API

Version 18.1 by Jean-Vincent Drean on 2008/04/02

Show last authors
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.1-javadoc.zip", "index.html"))
8 #set ($url3 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-1.3-milestone-1-javadoc.zip", "index.html"))
9 * <a href="$url1">Javadoc for XWiki Platform Core - 1.1.2</a>
10 * <a href="$url2">Javadoc for XWiki Platform Core - 1.2.1</a>
11 * <a href="$url3">Javadoc for XWiki Platform Core - 1.3 Milestone 1</a>
12 * [Javadoc for XWiki Platform Core - Trunk>http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/index.html] (generated every day automatically)
13
14 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/].

Get Connected