Wiki source code of XWiki API Reference

Version 366.1 by Marius Dumitru Florea on 2012/07/31

Hide last authors
Vincent Massol 346.1 1 {{velocity}}
Vincent Massol 365.1 2 #set($versionStable = "4.1.3")
Thomas Mortagne 319.1 3 #set($nameStable = $versionStable)
Marius Dumitru Florea 366.1 4 #set($versionDev = "4.2-milestone-1")
5 #set($nameDev = "4.2 Milestone 1")
6 ##set($versionOldStable = "4.0.1")
7 ##set($nameOldStable = $versionOldStable)
Thomas Mortagne 319.1 8
Thomas Mortagne 305.1 9 #macro(coreJavadocUrl $version)
Caleb James DeLisle 339.6 10 http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/org/xwiki/platform/xwiki-platform-oldcore/${version}/xwiki-platform-oldcore-${version}-javadoc.jar/!/index.html
11 #end
Caleb James DeLisle 339.7 12 #macro(renderingJavadocUrl $version)
13 http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/org/xwiki/rendering/xwiki-rendering-api/${version}/xwiki-rendering-api-${version}-javadoc.jar/!/index.html
14 #end
Vincent Massol 346.1 15 {{/velocity}}
Thomas Mortagne 305.1 16
Vincent Massol 346.1 17 XWiki's APIs are the methods that the XWiki development team consider safe for you to use (i.e. for which backward compatibility is guaranteed). They can be called from Java or directly from your wiki pages [[using a scripting language>>DevGuide.Scripting]] (Velocity, Groovy, Python, Ruby, etc).
18
Sergiu Dumitriu 324.3 19 The latest scripting API documentation is available as JavaDoc:
Silvia Macovei 239.1 20
Vincent Massol 346.1 21 {{velocity}}
22 * [[Javadoc for XWiki Platform Core - $nameStable>>#coreJavadocUrl($versionStable)]] (stable)
Thomas Mortagne 305.1 23 #if ($versionDev)
Vincent Massol 346.1 24 * [[Javadoc for XWiki Platform Core - $nameDev>>#coreJavadocUrl($versionDev)]] (dev)
Thomas Mortagne 305.1 25 #end
26 #if ($versionOldStable)
Vincent Massol 346.1 27 * [[Javadoc for XWiki Platform Core - $nameOldStable>>#coreJavadocUrl($versionOldStable)]] (older stable)#end
28 {{/velocity}}
Thomas Mortagne 189.1 29
Vincent Massol 348.1 30 You might also be interested in the [[Rendering Engine API JavaDoc>>rendering:Main.JavaDoc]].
Jerome 104.2 31
Vincent Massol 346.2 32 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 ##javadoc## for the version you wish under [[this directory>>http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-oldcore/]].

Get Connected