public class

SearchRequestRecentCommentsView

extends AbstractSearchRequestView
java.lang.Object
   ↳ com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
     ↳ com.atlassian.jira.issue.views.SearchRequestRecentCommentsView

Summary

Constants
String DEFAULT_DESCRIPTION
[Expand]
Inherited Fields
From class com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
Public Constructors
SearchRequestRecentCommentsView(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, RendererManager rendererManager, RecentCommentManager recentCommentManager, BuildUtilsInfo buildUtilsInfo)
Public Methods
String getFooter()
void writeHeaders(SearchRequest searchRequest, RequestHeaders requestHeaders)
A default implementation which sets headers the explicitly tell the browser not to cache the content generated by this SearchRequestView.
void writeSearchResults(SearchRequest searchRequest, SearchRequestParams searchRequestParams, Writer writer)
Responsible for writing out the searchResults including Headers and Footers of the implementing view type.
[Expand]
Inherited Methods
From class com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
From class java.lang.Object
From interface com.atlassian.jira.plugin.searchrequestview.SearchRequestView

Constants

public static final String DEFAULT_DESCRIPTION

Constant Value: "An XML representation of a search request"

Public Constructors

public SearchRequestRecentCommentsView (JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, RendererManager rendererManager, RecentCommentManager recentCommentManager, BuildUtilsInfo buildUtilsInfo)

Public Methods

public String getFooter ()

public void writeHeaders (SearchRequest searchRequest, RequestHeaders requestHeaders)

A default implementation which sets headers the explicitly tell the browser not to cache the content generated by this SearchRequestView. Override this method if you would like to change this behaviour.

public void writeSearchResults (SearchRequest searchRequest, SearchRequestParams searchRequestParams, Writer writer)

Responsible for writing out the searchResults including Headers and Footers of the implementing view type.

Parameters
searchRequest the original search request submitted by the user
searchRequestParams stores a shallow copy of the session and a pagerfilter to determine how many results to display
writer The writer used to stream the response.