Package | Description |
---|---|
org.xwiki.filter.type |
Modifier and Type | Field and Description |
---|---|
static SystemType |
SystemType.CONFLUENCE
Confluence wiki type.
|
static SystemType |
SystemType.DOKUWIKI
DokuWiki wiki type.
|
static SystemType |
SystemType.FILTER
Generic filter.
|
static SystemType |
SystemType.MEDIAWIKI
MediaWiki wiki type.
|
static SystemType |
SystemType.XWIKI
XWiki wiki type.
|
Modifier and Type | Method and Description |
---|---|
SystemType |
FilterStreamType.getType() |
static SystemType |
SystemType.unserialize(String str)
Create a new
SystemType from a String . |
Constructor and Description |
---|
FilterStreamType(SystemType type,
String dataFormat) |
FilterStreamType(SystemType type,
String dataFormat,
String version) |
Copyright © 2004–2022 XWiki. All rights reserved.