Package | Description |
---|---|
javax.servlet |
Modifier and Type | Method and Description |
---|---|
<T extends Filter> |
ServletContext.createFilter(Class<T> clazz)
Create a filter with dependencies injected.
|
Modifier and Type | Method and Description |
---|---|
FilterRegistration.Dynamic |
ServletContext.addFilter(String filterName,
Filter filter)
Add a filter to this context
|
Modifier and Type | Method and Description |
---|---|
FilterRegistration.Dynamic |
ServletContext.addFilter(String filterName,
Class<? extends Filter> filterClass)
Add a filter to this context
|
Copyright © 2015. All rights reserved.