XWiki API Reference

Last modified by Caleb James DeLisle on 2012/05/17 01:01

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 (Velocity, Groovy, Python, Ruby, etc).

The latest scripting API documentation is available as JavaDoc:

You might also be interested in the Rendering Engine API JavaDoc.

Older Javadocs of XWiki can be found in our Maven Release repository. For example for XWiki Platform Core Javadocs, check the files suffixed by javadoc for the version you wish under this directory.

Tags:
Created by VincentMassol on 2006/12/05 16:35