public class FilterChainImpl
extends java.lang.Object
| Constructor and Description |
|---|
FilterChainImpl(java.util.List<FilterRegistration> matchingFilterRegistrations,
EndpointRegistration<?> registration,
DispatcherType dispatcherType) |
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response) |
DispatcherType |
getDispatcherType() |
public FilterChainImpl(java.util.List<FilterRegistration> matchingFilterRegistrations, EndpointRegistration<?> registration, DispatcherType dispatcherType)