com.atlassian.jira.issue.views
Class SearchRequestChartsView
java.lang.Object
com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
com.atlassian.jira.issue.views.SearchRequestChartsView
- All Implemented Interfaces:
- SearchRequestView
public class SearchRequestChartsView
- extends AbstractSearchRequestView
Displays the charts popup in the issue navigator.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchRequestChartsView
public SearchRequestChartsView()
init
public void init(SearchRequestViewModuleDescriptor moduleDescriptor)
- Description copied from interface:
SearchRequestView
- A lifecycle method that will be called by the plugin system that gives access to the
ModuleDescriptor
that controls this plugin.
- Specified by:
init
in interface SearchRequestView
- Overrides:
init
in class AbstractSearchRequestView
- Parameters:
moduleDescriptor
- the controller of this plugin.
writeSearchResults
public void writeSearchResults(SearchRequest searchRequest,
SearchRequestParams searchRequestParams,
Writer writer)
- Description copied from interface:
SearchRequestView
- Responsible for writing out the searchResults including Headers and Footers of the implementing view type.
- Specified by:
writeSearchResults
in interface SearchRequestView
- Specified by:
writeSearchResults
in class AbstractSearchRequestView
- Parameters:
searchRequest
- the original search request submitted by the usersearchRequestParams
- stores a shallow copy of the session and a pagerfilter to determine how many results to displaywriter
- The writer used to stream the response.
Copyright © 2002-2012 Atlassian. All Rights Reserved.