Wiki source code of API
Version 60.1 by Jean-Vincent Drean on 2008/09/10
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
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 | |||
![]() |
1.24 | 5 | The latest API documentation is available as JavaDoc: |
![]() |
1.45 | 6 | #set ($url1 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-1.1.2-javadoc.zip", "index.html")) |
![]() |
22.1 | 7 | #set ($url2 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-1.2.2-javadoc.zip", "index.html")) |
![]() |
24.2 | 8 | #set ($url3 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-1.3.2-javadoc.zip", "index.html")) |
![]() |
59.1 | 9 | #set ($url4 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-1.4.2-javadoc.zip", "index.html")) |
10 | #set ($url5 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-1.5.1-javadoc.zip", "index.html")) | ||
![]() |
56.1 | 11 | #set ($url6 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-1.6-milestone-1-javadoc.zip", "index.html")) |
![]() |
1.45 | 12 | * <a href="$url1">Javadoc for XWiki Platform Core - 1.1.2</a> |
![]() |
22.1 | 13 | * <a href="$url2">Javadoc for XWiki Platform Core - 1.2.2</a> |
![]() |
24.1 | 14 | * <a href="$url3">Javadoc for XWiki Platform Core - 1.3.2</a> |
![]() |
59.1 | 15 | * <a href="$url4">Javadoc for XWiki Platform Core - 1.4.2</a> |
16 | * <a href="$url5">Javadoc for XWiki Platform Core - 1.5.1</a> | ||
![]() |
56.1 | 17 | * <a href="$url6">Javadoc for XWiki Platform Core - 1.6 Milestone 1</a> |
![]() |
17.1 | 18 | * [Javadoc for XWiki Platform Core - Trunk>http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/index.html] (generated every day automatically) |
![]() |
1.1 | 19 | |
![]() |
1.24 | 20 | 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/]. |
![]() |
1.43 | 21 | |
![]() |
14.1 | 22 | |
![]() |
26.1 | 23 | |
![]() |
38.1 | 24 | |
![]() |
40.1 | 25 | |
![]() |
44.1 | 26 |