Uses of Class
org.eclipse.jetty.servlet.FilterMapping
Packages that use FilterMapping
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of FilterMapping in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as FilterMappingFields in org.eclipse.jetty.servlet with type parameters of type FilterMappingModifier and TypeFieldDescriptionprivate MultiMap<FilterMapping>
ServletHandler._filterNameMappings
private List<FilterMapping>
ServletHandler._filterPathMappings
private List<FilterMapping>
ServletHandler._wildFilterNameMappings
Methods in org.eclipse.jetty.servlet that return FilterMappingModifier and TypeMethodDescriptionServletHandler.getFilterMappings()
protected FilterMapping[]
ServletHandler.insertFilterMapping
(FilterMapping mapping, int pos, boolean before) Insert a filtermapping in the listMethods in org.eclipse.jetty.servlet with parameters of type FilterMappingModifier and TypeMethodDescriptionvoid
ServletHandler.addFilter
(FilterHolder filter, FilterMapping filterMapping) Convenience method to add a filter and mappingvoid
ServletHandler.addFilterMapping
(FilterMapping mapping) Convenience method to add a preconstructed FilterMappingprotected FilterMapping[]
ServletHandler.insertFilterMapping
(FilterMapping mapping, int pos, boolean before) Insert a filtermapping in the listvoid
ServletHandler.prependFilterMapping
(FilterMapping mapping) Convenience method to add a preconstructed FilterMappingvoid
ServletHandler.setFilterMappings
(FilterMapping[] filterMappings) -
Uses of FilterMapping in org.eclipse.jetty.webapp
Fields in org.eclipse.jetty.webapp with type parameters of type FilterMappingModifier and TypeFieldDescription(package private) final List<FilterMapping>
StandardDescriptorProcessor._filterMappings