|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.search.SearchResultRendererCache
public class SearchResultRendererCache
The class caches the list of search result renderers installed in the system.
Constructor Summary | |
---|---|
SearchResultRendererCache()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchResultRendererCache()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |