Package org.eclipse.jetty.servlet
Interface FilterHolder.WrapFunction
-
- Enclosing class:
- FilterHolder
@Deprecated public static interface FilterHolder.WrapFunctionDeprecated.This api is not supported anymore. Please do not use it.Experimental Wrapper mechanism for Filter objects.Beans in
ServletContextHandlerorWebAppContextthat implement this interface will be called to optionally wrap any newly created Filters (before theirFilter.init(FilterConfig)method is called)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description FilterwrapFilter(Filter filter)Deprecated.Optionally wrap the Filter.
-
-
-
Method Detail
-
wrapFilter
Filter wrapFilter(Filter filter)
Deprecated.Optionally wrap the Filter.- Parameters:
filter- the Filter being passed in.- Returns:
- the Filter (extend from
FilterHolder.Wrapperif you do wrap the Filter)
-
-