| Package | Description |
|---|---|
| javax.servlet |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FilterRegistration.Dynamic |
| Modifier and Type | Method and Description |
|---|---|
FilterRegistration |
ServletContext.getFilterRegistration(String filterName)
Return the FilterRegistration corresponding to the named filter
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends FilterRegistration> |
ServletContext.getFilterRegistrations()
Return a possibly empty immutable map of registrations for all filters.
|
Copyright © 2013. All Rights Reserved.