public interface WikiRestService
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getWikiPageContent(String sessionKey,
String wikiContextKey,
boolean isMarkup,
String data)
Return the wiki page content as html or markup.
|
javax.ws.rs.core.Response getWikiPageContent(String sessionKey, String wikiContextKey, boolean isMarkup, String data)
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 returneddata - contain the data as htmlCopyright © 2003–2018 eXo Platform SAS. All rights reserved.