Uses of Class
org.eclipse.jetty.servlet.FilterMapping
-
Packages that use FilterMapping Package Description org.eclipse.jetty.servlet Jetty Server : Modular Servlet Integration -
-
Uses of FilterMapping in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return FilterMapping Modifier and Type Method Description FilterMapping[]
ServletHandler. 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 FilterMapping Modifier and Type Method Description void
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)
-