Uses of Interface
com.atlassian.confluence.search.contentnames.ContentNameSearchSectionsProvider
-
Packages that use ContentNameSearchSectionsProvider Package Description com.atlassian.confluence.impl.search.contentnames com.atlassian.confluence.plugins.quicknav.admin -
-
Uses of ContentNameSearchSectionsProvider in com.atlassian.confluence.impl.search.contentnames
Classes in com.atlassian.confluence.impl.search.contentnames that implement ContentNameSearchSectionsProvider Modifier and Type Class Description class
DefaultContentNameSearchSectionsProvider
The default section provider for quick nav that searches through pages, blogs, attachments, peoples and spaces.Methods in com.atlassian.confluence.impl.search.contentnames that return ContentNameSearchSectionsProvider Modifier and Type Method Description ContentNameSearchSectionsProvider
ContentNameSearchSectionsProviderModuleDescriptor. getModule()
-
Uses of ContentNameSearchSectionsProvider in com.atlassian.confluence.plugins.quicknav.admin
Classes in com.atlassian.confluence.plugins.quicknav.admin that implement ContentNameSearchSectionsProvider Modifier and Type Class Description class
AdminItemSearchSectionProvider
Section provider for quick nav that includes admin items in the results.
-