Wiki source code of API

Version 5.1 by Sergiu Dumitriu on 2007/12/04

Hide last authors
Vincent Massol 1.1 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
Vincent Massol 1.24 5 The latest API documentation is available as JavaDoc:
Vincent Massol 1.45 6 #set ($url1 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-1.1.2-javadoc.zip", "index.html"))
Sergiu Dumitriu 5.1 7 #set ($url2 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-1.2-rc-1-javadoc.zip", "index.html"))
Vincent Massol 1.45 8 * <a href="$url1">Javadoc for XWiki Platform Core - 1.1.2</a>
Sergiu Dumitriu 5.1 9 * <a href="$url2">Javadoc for XWiki Platform Core - 1.2 Release Candidate 1</a>
Vincent Massol 1.1 10
Vincent Massol 1.24 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/].
Thomas Mortagne 1.43 12

Get Connected