org.xwiki.rest.resources.pages
Interface PageTagsResource


public interface PageTagsResource

Version:
$Id: da74cd1b502c9a43fa936dec883a77714c7bf378 $

Method Summary
 Tags getPageTags(String wikiName, String spaceName, String pageName)
           
 javax.ws.rs.core.Response setTags(String wikiName, String spaceName, String pageName, Tags tags)
           
 

Method Detail

getPageTags

Tags getPageTags(String wikiName,
                 String spaceName,
                 String pageName)
                 throws XWikiRestException
Throws:
XWikiRestException

setTags

javax.ws.rs.core.Response setTags(String wikiName,
                                  String spaceName,
                                  String pageName,
                                  Tags tags)
                                  throws XWikiRestException
Throws:
XWikiRestException


Copyright © 2004-2012 XWiki. All Rights Reserved.