| Package | Description |
|---|---|
| jakarta.servlet | |
| org.apache.jasper.servlet |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FilterRegistration.Dynamic
Interface through which a Filter registered via one of the addFilter
methods on ServletContext may be further configured.
|
| Modifier and Type | Method and Description |
|---|---|
FilterRegistration |
ServletContext.getFilterRegistration(java.lang.String filterName)
TODO SERVLET3 - Add comments
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,? extends FilterRegistration> |
ServletContext.getFilterRegistrations() |
| Modifier and Type | Method and Description |
|---|---|
FilterRegistration |
JspCServletContext.getFilterRegistration(java.lang.String filterName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,? extends FilterRegistration> |
JspCServletContext.getFilterRegistrations() |
Copyright © 2014–2021. All rights reserved.