Class WebBundlerHandlerConfig
java.lang.Object
io.quarkiverse.web.bundler.runtime.WebBundlerHandlerConfig
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWebBundlerHandlerConfig(String indexPage, boolean devMode, Set<String> compressMediaTypes) -
Method Summary
-
Field Details
-
indexPage
-
devMode
public final boolean devMode -
compressMediaTypes
-
-
Constructor Details
-
WebBundlerHandlerConfig
-