Uses of Interface
org.graylog2.web.IndexHtmlGenerator
Packages that use IndexHtmlGenerator
-
Uses of IndexHtmlGenerator in org.graylog2.rest.filter
Constructors in org.graylog2.rest.filter with parameters of type IndexHtmlGeneratorModifierConstructorDescriptionWebAppNotFoundResponseFilter(IndexHtmlGenerator indexHtmlGenerator, CSPDynamicFeature cspDynamicFeature) -
Uses of IndexHtmlGenerator in org.graylog2.web
Classes in org.graylog2.web that implement IndexHtmlGeneratorModifier and TypeClassDescriptionclassDevelopment implementation of theIndexHtmlGeneratorinterface that provides a dummy "index.html" page.classProduction implementation of theIndexHtmlGeneratorinterface that provides an "index.html" page including the production web interface assets.Methods in org.graylog2.web that return IndexHtmlGenerator -
Uses of IndexHtmlGenerator in org.graylog2.web.resources
Constructors in org.graylog2.web.resources with parameters of type IndexHtmlGeneratorModifierConstructorDescriptionWebInterfaceAssetsResource(IndexHtmlGenerator indexHtmlGenerator, Set<Plugin> plugins, javax.activation.MimetypesFileTypeMap mimeTypes)