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

Packages that use WikiStreamType
org.xwiki.wikistream   
org.xwiki.wikistream.type   
 

Uses of WikiStreamType in org.xwiki.wikistream
 

Methods in org.xwiki.wikistream that return WikiStreamType
 WikiStreamType WikiStream.getType()
           
 

Uses of WikiStreamType in org.xwiki.wikistream.type
 

Fields in org.xwiki.wikistream.type declared as WikiStreamType
static WikiStreamType WikiStreamType.WIKI_XML
          Generic WIKI XML Syntax.
static WikiStreamType WikiStreamType.XWIKI_INSTANCE
          The database stream based on oldcore APIs.
static WikiStreamType WikiStreamType.XWIKI_XAR
          The XAR format.
 

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



Copyright © 2004-2013 XWiki. All Rights Reserved.