Uses of Class
io.bootique.jetty.MappedFilter
-
Packages that use MappedFilter Package Description io.bootique.jetty io.bootique.jetty.server -
-
Uses of MappedFilter in io.bootique.jetty
Methods in io.bootique.jetty that return types with arguments of type MappedFilter Modifier and Type Method Description protected io.bootique.di.SetBuilder<MappedFilter>JettyModuleExtender. contributeMappedFilters()Methods in io.bootique.jetty with parameters of type MappedFilter Modifier and Type Method Description <T extends javax.servlet.Filter>
JettyModuleExtenderJettyModuleExtender. addMappedFilter(MappedFilter<T> mappedFilter)Method parameters in io.bootique.jetty with type arguments of type MappedFilter Modifier and Type Method Description <T extends javax.servlet.Filter>
JettyModuleExtenderJettyModuleExtender. addMappedFilter(io.bootique.di.Key<MappedFilter<T>> mappedFilterKey)<T extends javax.servlet.Filter>
JettyModuleExtenderJettyModuleExtender. addMappedFilter(io.bootique.di.TypeLiteral<MappedFilter<T>> mappedFilterType) -
Uses of MappedFilter in io.bootique.jetty.server
Methods in io.bootique.jetty.server that return MappedFilter Modifier and Type Method Description MappedFilterMappedFilterFactory. toMappedFilter(javax.servlet.Filter filter, int order)Methods in io.bootique.jetty.server with parameters of type MappedFilter Modifier and Type Method Description Optional<org.eclipse.jetty.servlet.FilterHolder>FilterFactory. createAndAddJettyFilter(org.eclipse.jetty.servlet.ServletContextHandler handler, MappedFilter mappedFilter)Method parameters in io.bootique.jetty.server with type arguments of type MappedFilter Modifier and Type Method Description protected voidServerFactory. installFilters(org.eclipse.jetty.servlet.ServletContextHandler handler, Set<MappedFilter> filters)
-