Package org.xwiki.rest.resources.pages
Interface PageResource
-
public interface PageResource- Version:
- $Id: 3972f1380feea18301a85ffe17c90596b5a9496d $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeletePage(String wikiName, String spaceNames, String pageName)PagegetPage(String wikiName, String spaceNames, String pageName, Boolean withPrettyNames, Boolean withObjects, Boolean withClass, Boolean withAttachments)javax.ws.rs.core.ResponseputPage(String wikiName, String spaceNames, String pageName, Boolean minorRevision, Page page)
-
-
-
Method Detail
-
getPage
Page getPage(String wikiName, @Encoded String spaceNames, String pageName, Boolean withPrettyNames, Boolean withObjects, Boolean withClass, Boolean withAttachments) throws XWikiRestException
- Throws:
XWikiRestException
-
putPage
javax.ws.rs.core.Response putPage(String wikiName, @Encoded String spaceNames, String pageName, Boolean minorRevision, Page page) throws XWikiRestException
- Throws:
XWikiRestException
-
deletePage
void deletePage(String wikiName, @Encoded String spaceNames, String pageName) throws XWikiRestException
- Throws:
XWikiRestException
-
-