|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.it.content.CommentBean
public class CommentBean
TODO: support threaded comments parsing
| Method Summary | |
|---|---|
boolean |
canReply()
|
static boolean |
commentExists(net.sourceforge.jwebunit.junit.WebTester tester,
int index)
|
static CommentBean |
focusedComment(net.sourceforge.jwebunit.junit.WebTester tester)
Returns an instance of this class representing the focused comment on the current page. |
java.lang.String |
getContent()
|
java.lang.String |
getDate()
|
java.lang.String |
getDateTitle()
|
java.lang.String |
getPermalink()
Returns the permalink id of the comment. |
java.lang.String |
getProfilePicSrc()
|
java.lang.String |
getUserFullName()
|
boolean |
isEditable()
|
boolean |
isRemovable()
|
static CommentBean |
newInstance(net.sourceforge.jwebunit.junit.WebTester tester,
int index)
Returns an instance of this class representing the comment on the page with the given index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean commentExists(net.sourceforge.jwebunit.junit.WebTester tester,
int index)
public static CommentBean newInstance(net.sourceforge.jwebunit.junit.WebTester tester,
int index)
public static CommentBean focusedComment(net.sourceforge.jwebunit.junit.WebTester tester)
public java.lang.String getProfilePicSrc()
public java.lang.String getContent()
public java.lang.String getUserFullName()
public java.lang.String getDate()
public java.lang.String getDateTitle()
public java.lang.String getPermalink()
public boolean isEditable()
public boolean canReply()
public boolean isRemovable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||