public abstract class FilterChainManager<ServletContextType extends javax.servlet.ServletContext>
extends java.lang.Object
HttpServletRequest and HttpServletResponse objects.
For example, the Spring implementation creates the ServletContext when the application is initialized the first time
and creates a FitlerChainManager to execute its filters for each request.| Modifier and Type | Class and Description |
|---|---|
protected static class |
FilterChainManager.TargetCacheKey
Object used as a key for the filter chain cache.
|
| Modifier and Type | Field and Description |
|---|---|
protected ServletContextType |
servletContext |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.util.Map<java.lang.String,FilterHolder> |
getFilterHolders()
This method is used by the
getFilterChain method to extract a Map of filter holders from the current
context. |
protected ServletContextType extends javax.servlet.ServletContext servletContext
protected abstract java.util.Map<java.lang.String,FilterHolder> getFilterHolders()
getFilterChain method to extract a Map of filter holders from the current
context. This method is implemented in the AwsFilterChainManager class.Copyright © 2018. All Rights Reserved.