Uses of Interface
org.graylog2.web.PluginUISettingsProvider
Packages that use PluginUISettingsProvider
-
Uses of PluginUISettingsProvider in org.graylog2.plugin
Methods in org.graylog2.plugin that return types with arguments of type PluginUISettingsProviderModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,PluginUISettingsProvider> PluginModule.pluginUISettingsProviderBinder()Method parameters in org.graylog2.plugin with type arguments of type PluginUISettingsProviderModifier and TypeMethodDescriptionprotected voidPluginModule.addPluginUISettingsProvider(String providerKey, Class<? extends PluginUISettingsProvider> uiSettingsProviderClass) -
Uses of PluginUISettingsProvider in org.graylog2.web.resources
Constructor parameters in org.graylog2.web.resources with type arguments of type PluginUISettingsProviderModifierConstructorDescriptionAppConfigResource(Configuration configuration, HttpConfiguration httpConfiguration, com.floreysoft.jmte.Engine templateEngine, Map<String, PluginUISettingsProvider> settingsProviders, com.fasterxml.jackson.databind.ObjectMapper objectMapper, FeatureFlags featureFlags, TelemetryConfiguration telemetryConfiguration)