org.exoplatform.wiki.service
Interface WikiRestService

All Known Implementing Classes:
WikiRestServiceImpl

public interface WikiRestService

Created by The eXo Platform SAS Author : viet nguyen viet.nguyen@exoplatform.com Jun 20, 2010


Method Summary
 javax.ws.rs.core.Response getWikiPageContent(String sessionKey, String wikiContextKey, boolean isMarkup, String data)
           
 

Method Detail

getWikiPageContent

javax.ws.rs.core.Response getWikiPageContent(String sessionKey,
                                             String wikiContextKey,
                                             boolean isMarkup,
                                             String data)
Parameters:
sessionKey - key is used to retrieve the editor input value from the session.
isMarkup - if true then markup content is returned else html content is returned
Returns:
the instance of javax.ws.rs.core.Response


Copyright © 2013 eXo Platform SAS. All Rights Reserved.