public class SearchResultRendererCache extends Object
Constructor and Description |
---|
SearchResultRendererCache() |
Modifier and Type | Method and Description |
---|---|
List<SearchResultRenderer> |
getSearchReslultRenderers()
Return the most current list of renderes.
|
void |
setPluginAccessor(com.atlassian.plugin.PluginAccessor plugAccessor)
Setter for the pluginAccessor that is needed to get hold of the plugins
installed.
|
void |
updateCache(boolean updateIfNull)
Update the cache.
|
public List<SearchResultRenderer> getSearchReslultRenderers()
public void updateCache(boolean updateIfNull)
updateIfNull
- if true always update the list. If false only update the
list if it has already been initialized, however if the list is already initialzed
this parameter is ignored.public void setPluginAccessor(com.atlassian.plugin.PluginAccessor plugAccessor)
plugAccessor
- Copyright © 2003–2020 Atlassian. All rights reserved.