A NamedFilterList is a List of Filter instances that is uniquely identified by a
name. It has the ability to generate new FilterChain instances reflecting this list's
filter order via the proxy method.
Returns a new FilterChain instance that will first execute this list's Filters (in list order)
and end with the execution of the given filterChain instance.
Methods inherited from interface java.util.Collection
Returns a new FilterChain instance that will first execute this list's Filters (in list order)
and end with the execution of the given filterChain instance.
Parameters:
filterChain - the FilterChain instance to execute after this list's Filters have executed.
Returns:
a new FilterChain instance that will first execute this list's Filters (in list order)
and end with the execution of the given filterChain instance.