| java.lang.Object | |
| ↳ | com.atlassian.confluence.search.SearchResultRenderContext |
Render context for search results. The class provides an easy way to add additional information that the renderes can make use of.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor that sets both the queryString and showExcepts properties.
| |||||||||||
Default constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the query string if set, otherwise returns empty string.
| |||||||||||
Return the showExceprts if set otherwise return empty string.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructor that sets both the queryString and showExcepts properties.
| queryString | the query string used when the search was performed. |
|---|---|
| showExcerpts | indicates if excerpts should be shown. This is largely a legacy thing. |
Default constructor.
Return the query string if set, otherwise returns empty string.
Return the showExceprts if set otherwise return empty string.

