Class Summary
- java.lang.Object
-
- com.atlassian.confluence.search.v2.summary.Summary
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSummary.EllipsisAn ellipsis fragment within a summary.static classSummary.FragmentA fragment of text within a summary.static classSummary.HighlightA highlighted fragment of text within a summary.
-
Constructor Summary
Constructors Constructor Description Summary()Constructs an empty Summary.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Summary.Fragment fragment)Adds a fragment to a summary.Summary.Fragment[]getFragments()Returns an array of all of this summary's fragments.StringtoString()Returns an HTML representation of this fragment.
-
-
-
Method Detail
-
add
public void add(Summary.Fragment fragment)
Adds a fragment to a summary.
-
getFragments
public Summary.Fragment[] getFragments()
Returns an array of all of this summary's fragments.
-
-