Class Summary
- java.lang.Object
-
- com.atlassian.confluence.search.v2.summary.Summary
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Summary.Ellipsis
An ellipsis fragment within a summary.static class
Summary.Fragment
A fragment of text within a summary.static class
Summary.Highlight
A 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 void
add(Summary.Fragment fragment)
Adds a fragment to a summary.Summary.Fragment[]
getFragments()
Returns an array of all of this summary's fragments.String
toString()
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.
-
-