Class ContentNameSearchSectionSpecsProvider
java.lang.Object
com.atlassian.confluence.internal.search.contentnames.v2.ContentNameSearchSectionSpecsProvider
- All Implemented Interfaces:
Supplier<Map<Category,
ContentNameSearchSectionSpec>>
public class ContentNameSearchSectionSpecsProvider
extends Object
implements Supplier<Map<Category,ContentNameSearchSectionSpec>>
Provides a map of
ContentNameSearchSectionSpec
that are available in the system.- Since:
- 6.7
-
Constructor Summary
ConstructorsConstructorDescriptionContentNameSearchSectionSpecsProvider
(Supplier<Map<Category, ContentNameSearchSectionSpec>> coreSectionSpecsProvider, com.atlassian.plugin.PluginAccessor pluginAccessor) -
Method Summary
-
Constructor Details
-
ContentNameSearchSectionSpecsProvider
public ContentNameSearchSectionSpecsProvider(Supplier<Map<Category, ContentNameSearchSectionSpec>> coreSectionSpecsProvider, com.atlassian.plugin.PluginAccessor pluginAccessor)
-
-
Method Details
-
get
- Specified by:
get
in interfaceSupplier<Map<Category,
ContentNameSearchSectionSpec>>
-