org.exoplatform.wiki.service
Interface WikiRestService

All Known Implementing Classes:
WikiRestServiceImpl

public interface WikiRestService

The WikiRestService provide a service rest to get a Wiki page content. And many internal rest services to manage a wiki.


Method Summary
 javax.ws.rs.core.Response getWikiPageContent(String sessionKey, String wikiContextKey, boolean isMarkup, String data)
          Return the wiki page content as html or markup.
 

Method Detail

getWikiPageContent

javax.ws.rs.core.Response getWikiPageContent(String sessionKey,
                                             String wikiContextKey,
                                             boolean isMarkup,
                                             String data)
Return the wiki page content as html or markup.

Parameters:
sessionKey - key is used to retrieve the editor input value from the session.
wikiContextKey - contain the context key which contain the syntax.
isMarkup - if true then markup content is returned else html content is returned
data - contain the data as html
Returns:
the instance of javax.ws.rs.core.Response


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.