| Package | Description |
|---|---|
| com.amazonaws.serverless.proxy.internal.servlet |
| Modifier and Type | Method and Description |
|---|---|
FilterHolder |
FilterChainHolder.getFilter(int idx)
Get the
FilterHolder object from the chain at the given index. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.util.Map<java.lang.String,FilterHolder> |
FilterChainManager.getFilterHolders()
This method is used by the
getFilterChain method to extract a Map of filter holders from the current
context. |
protected java.util.Map<java.lang.String,FilterHolder> |
AwsFilterChainManager.getFilterHolders()
Returns the filter holders stored in the
AwsServletContext object |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterChainHolder.addFilter(FilterHolder newFilter)
Add a filter to the chain.
|
| Constructor and Description |
|---|
FilterChainHolder(java.util.List<FilterHolder> allFilters)
Creates a new instance of a filter chain holder
|
Copyright © 2017. All Rights Reserved.