Wiki source code of XWiki API Reference
Version 377.1 by Vincent Massol on 2013/01/24
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
346.1 | 1 | {{velocity}} |
![]() |
377.1 | 2 | #set($versionStable = "4.4.1") |
![]() |
319.1 | 3 | #set($nameStable = $versionStable) |
![]() |
376.1 | 4 | ##set($versionDev = "4.4-rc-1") |
5 | ##set($nameDev = "4.4RC1") | ||
![]() |
377.1 | 6 | ##set($versionOldStable = "4.3.1") |
7 | ##set($nameOldStable = $versionOldStable) | ||
![]() |
319.1 | 8 | |
![]() |
305.1 | 9 | #macro(coreJavadocUrl $version) |
![]() |
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 | ||
![]() |
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 | ||
![]() |
346.1 | 15 | {{/velocity}} |
![]() |
305.1 | 16 | |
![]() |
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 | |||
![]() |
371.1 | 19 | You can now browse the XWiki APIs using the [[Scripting Reference Documentation>>SRD.Navigation||queryString="xpage=embed"]]. |
20 | |||
21 | == Other documentations == | ||
22 | |||
![]() |
324.3 | 23 | The latest scripting API documentation is available as JavaDoc: |
![]() |
239.1 | 24 | |
![]() |
346.1 | 25 | {{velocity}} |
26 | * [[Javadoc for XWiki Platform Core - $nameStable>>#coreJavadocUrl($versionStable)]] (stable) | ||
![]() |
305.1 | 27 | #if ($versionDev) |
![]() |
346.1 | 28 | * [[Javadoc for XWiki Platform Core - $nameDev>>#coreJavadocUrl($versionDev)]] (dev) |
![]() |
305.1 | 29 | #end |
30 | #if ($versionOldStable) | ||
![]() |
346.1 | 31 | * [[Javadoc for XWiki Platform Core - $nameOldStable>>#coreJavadocUrl($versionOldStable)]] (older stable)#end |
32 | {{/velocity}} | ||
![]() |
376.2 | 33 | * [[Full Javadoc>>http://maven.xwiki.org/site/docs/]] |
![]() |
189.1 | 34 | |
![]() |
348.1 | 35 | You might also be interested in the [[Rendering Engine API JavaDoc>>rendering:Main.JavaDoc]]. |
![]() |
104.2 | 36 | |
![]() |
376.2 | 37 | 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/]]. |