public static interface FilterHolder.WrapFunction
Beans in ServletContextHandler
or WebAppContext
that implement this interface
will be called to optionally wrap any newly created Filters
(before their Filter.init(FilterConfig)
method is called)
Modifier and Type | Method and Description |
---|---|
javax.servlet.Filter |
wrapFilter(javax.servlet.Filter filter)
Optionally wrap the Filter.
|
javax.servlet.Filter wrapFilter(javax.servlet.Filter filter)
filter
- the Filter being passed in.FilterHolder.Wrapper
if you do wrap the Filter)Copyright © 1995–2021 Webtide. All rights reserved.