Package | Description |
---|---|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Field and Description |
---|---|
private FilterMapping[] |
ServletHandler._filterMappings |
Modifier and Type | Field and Description |
---|---|
private MultiMap<FilterMapping> |
ServletHandler._filterNameMappings |
private java.util.List<FilterMapping> |
ServletHandler._filterPathMappings |
Modifier and Type | Method and Description |
---|---|
FilterMapping[] |
ServletHandler.getFilterMappings() |
protected FilterMapping[] |
ServletHandler.insertFilterMapping(FilterMapping mapping,
int pos,
boolean before)
Insert a filtermapping in the list
|
Modifier and Type | Method and Description |
---|---|
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
|
protected FilterMapping[] |
ServletHandler.insertFilterMapping(FilterMapping mapping,
int pos,
boolean before)
Insert a filtermapping in the list
|
void |
ServletHandler.prependFilterMapping(FilterMapping mapping)
Convenience method to add a preconstructed FilterMapping
|
void |
ServletHandler.setFilterMappings(FilterMapping[] filterMappings) |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<FilterMapping> |
StandardDescriptorProcessor._filterMappings |