org.xwiki.rest.resources.pages
Interface PageTagsResource

All Known Implementing Classes:
PageTagsResourceImpl

public interface PageTagsResource


Method Summary
 Tags getPageTags(String wikiName, String spaceName, String pageName)
           
 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

Response setTags(String wikiName,
                 String spaceName,
                 String pageName,
                 Tags tags)
                 throws XWikiRestException
Throws:
XWikiRestException