Uses of Interface
io.quarkus.vertx.http.deployment.webjar.WebJarResourcesFilter
-
Packages that use WebJarResourcesFilter Package Description io.quarkus.vertx.http.deployment.webjar -
-
Uses of WebJarResourcesFilter in io.quarkus.vertx.http.deployment.webjar
Classes in io.quarkus.vertx.http.deployment.webjar that implement WebJarResourcesFilter Modifier and Type Class Description classCombinedWebJarResourcesFilterWebJarResourcesFilter which combines several other filters.classInsertVariablesResourcesFilterFilter for inserting variables into an InputStream.Methods in io.quarkus.vertx.http.deployment.webjar that return WebJarResourcesFilter Modifier and Type Method Description WebJarResourcesFilterWebJarBuildItem. getFilter()Methods in io.quarkus.vertx.http.deployment.webjar with parameters of type WebJarResourcesFilter Modifier and Type Method Description WebJarBuildItem.BuilderWebJarBuildItem.Builder. filter(WebJarResourcesFilter filter)Constructor parameters in io.quarkus.vertx.http.deployment.webjar with type arguments of type WebJarResourcesFilter Constructor Description CombinedWebJarResourcesFilter(List<WebJarResourcesFilter> filters)
-