XWiki Programming
In XWiki you can program inside pages. The following objects are available:
- $doc: current Document
- $xwiki: main XWiki object
- $context: current context
- $request: request object (servlet)
- $response: response object (servlet)
See the
XWiki API javadoc. You will find some example code in the
demo pages.