Wiki source code of API
Version 111.1 by Jean-Vincent Drean on 2009/07/27
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: |
![]() |
111.1 | 6 | #set ($url1 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-1.9.2-javadoc.zip", "index.html")) |
![]() |
105.1 | 7 | #set ($url2 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-2.0-milestone-1-javadoc.zip", "index.html")) |
![]() |
101.1 | 8 | #set ($url3 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-rendering-api-1.9-javadoc.zip", "index.html")) |
![]() |
100.2 | 9 | ##* [Javadoc for XWiki Platform Core - Trunk>http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/index.html] (generated every day automatically) |
![]() |
105.1 | 10 | * <a href="$url2">Javadoc for XWiki Platform Core - 2.0 Milestone 1</a> |
![]() |
110.1 | 11 | * <a href="$url1">Javadoc for XWiki Platform Core - 1.9.2</a> |
![]() |
1.1 | 12 | |
![]() |
104.2 | 13 | You might too be interested by the Rendering Engine API: |
14 | |||
![]() |
111.1 | 15 | * <a href="$url3">Javadoc for XWiki Platform Rendering API - 1.9.2</a> |
![]() |
104.2 | 16 | |
![]() |
1.24 | 17 | 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 | 18 | |
![]() |
98.1 | 19 |