XAR Module
Last modified by Thomas Mortagne on 2026/02/26 15:33
| APIs to manipulate XAR packages |
| Type | JAR |
| Category | |
| Developed by | |
| Rating | |
| License | GNU Lesser General Public License 2.1 |
| Bundled With | XWiki Standard |
| Compatibility | Since 5.4 |
Table of contents
Description
Module dedicated to providing API to manipulate XAR files.
Script service
Getting the list of documents references in a package:
{{velocity}}
$services.xar.getXarPackage($xarFileOrInputStream, true).entries
{{/velocity}}