Uses of Class
org.xwiki.wikistream.type.WikiType

Packages that use WikiType
org.xwiki.wikistream.type   
 

Uses of WikiType in org.xwiki.wikistream.type
 

Fields in org.xwiki.wikistream.type declared as WikiType
static WikiType WikiType.CONFLUENCE
          Confluence wiki type.
static WikiType WikiType.MEDIAWIKI
          Mediawiki wiki type.
static WikiType WikiType.WIKI
          Generic WIKI.
static WikiType WikiType.XWIKI
          XWiki wiki type.
 

Methods in org.xwiki.wikistream.type that return WikiType
 WikiType WikiStreamType.getType()
           
static WikiType WikiType.unserialize(String str)
          Create a new WikiType from a String.
 

Constructors in org.xwiki.wikistream.type with parameters of type WikiType
WikiStreamType(WikiType type, String dataFormat)
           
WikiStreamType(WikiType type, String dataFormat, String version)
           
 



Copyright © 2004–2014 XWiki. All rights reserved.