org.xwiki.rest.resources.comments
Class CommentsResource
java.lang.Object
org.xwiki.rest.XWikiResource
org.xwiki.rest.resources.comments.CommentsResource
- All Implemented Interfaces:
- org.xwiki.component.phase.Initializable, XWikiRestComponent
@Component(value="org.xwiki.rest.resources.comments.CommentsResource")
public class CommentsResource
- extends XWikiResource
- Version:
- $Id: CommentsResource.java 21281 2009-06-13 19:22:09Z sdumitriu $
|
Method Summary |
Comments |
getComments(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.Integer start,
java.lang.Integer number)
|
javax.ws.rs.core.Response |
postComment(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
Comment comment)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentsResource
public CommentsResource()
getComments
public Comments getComments(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.Integer start,
java.lang.Integer number)
throws com.xpn.xwiki.XWikiException
- Throws:
com.xpn.xwiki.XWikiException
postComment
public javax.ws.rs.core.Response postComment(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
Comment comment)
throws com.xpn.xwiki.XWikiException
- Throws:
com.xpn.xwiki.XWikiException
Copyright © 2004-2009 XWiki. All Rights Reserved.