org.xwiki.rest.resources.pages
Class PageTranslationResource
java.lang.Object
org.xwiki.rest.XWikiResource
org.xwiki.rest.resources.pages.ModifiablePageResource
org.xwiki.rest.resources.pages.PageTranslationResource
- All Implemented Interfaces:
- org.xwiki.component.phase.Initializable, XWikiRestComponent
@Component(value="org.xwiki.rest.resources.pages.PageTranslationResource")
public class PageTranslationResource
- extends ModifiablePageResource
- Version:
- $Id: PageTranslationResource.java 21281 2009-06-13 19:22:09Z sdumitriu $
|
Method Summary |
void |
deletePageTranslation(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String language)
|
Page |
getPageTranslation(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String language)
|
javax.ws.rs.core.Response |
putPageTranslation(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String language,
Page page)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageTranslationResource
public PageTranslationResource()
getPageTranslation
public Page getPageTranslation(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String language)
throws com.xpn.xwiki.XWikiException
- Throws:
com.xpn.xwiki.XWikiException
putPageTranslation
public javax.ws.rs.core.Response putPageTranslation(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String language,
Page page)
throws com.xpn.xwiki.XWikiException
- Throws:
com.xpn.xwiki.XWikiException
deletePageTranslation
public void deletePageTranslation(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String language)
throws com.xpn.xwiki.XWikiException
- Throws:
com.xpn.xwiki.XWikiException
Copyright © 2004-2009 XWiki. All Rights Reserved.