|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.search.summary.Summary.Fragment
public static class Summary.Fragment
A fragment of text within a summary.
| Constructor Summary | |
|---|---|
Summary.Fragment(String text)
Constructs a fragment for the given text. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getText()
Returns the text of this fragment. |
int |
hashCode()
|
boolean |
isEllipsis()
Returns true iff this fragment is an ellipsis. |
boolean |
isHighlight()
Returns true iff this fragment is to be highlighted. |
String |
toString()
Returns an HTML representation of this fragment. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Summary.Fragment(String text)
| Method Detail |
|---|
public String getText()
public boolean isHighlight()
public boolean isEllipsis()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||