org.xwiki.rest.resources.pages
Interface PageResource


public interface PageResource

Version:
$Id: 14b4af717e9b57a0cd17c3c951eeeb90633deb1a $

Method Summary
 void deletePage(String wikiName, String spaceName, String pageName)
           
 Page getPage(String wikiName, String spaceName, String pageName, Boolean withPrettyNames)
           
 javax.ws.rs.core.Response putPage(String wikiName, String spaceName, String pageName, Page page)
           
 

Method Detail

getPage

Page getPage(String wikiName,
             String spaceName,
             String pageName,
             Boolean withPrettyNames)
             throws XWikiRestException
Throws:
XWikiRestException

putPage

javax.ws.rs.core.Response putPage(String wikiName,
                                  String spaceName,
                                  String pageName,
                                  Page page)
                                  throws XWikiRestException
Throws:
XWikiRestException

deletePage

void deletePage(String wikiName,
                String spaceName,
                String pageName)
                throws XWikiRestException
Throws:
XWikiRestException


Copyright © 2004-2012 XWiki. All Rights Reserved.