|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterMapping | |
|---|---|
| org.eclipse.jetty.servlet | |
| Uses of FilterMapping in org.eclipse.jetty.servlet |
|---|
| Methods in org.eclipse.jetty.servlet that return FilterMapping | |
|---|---|
FilterMapping[] |
ServletHandler.getFilterMappings()
|
| Methods in org.eclipse.jetty.servlet with parameters of type FilterMapping | |
|---|---|
void |
ServletHandler.addFilter(FilterHolder filter,
FilterMapping filterMapping)
convenience method to add a filter and mapping |
void |
ServletHandler.addFilterMapping(FilterMapping mapping)
Convenience method to add a preconstructed FilterMapping |
void |
ServletHandler.prependFilterMapping(FilterMapping mapping)
Convenience method to add a preconstructed FilterMapping |
void |
ServletHandler.setFilterMappings(FilterMapping[] filterMappings)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||