public class UnmodifiableFilterChain extends AbstractFilterChain
filters, pos| Constructor and Description |
|---|
UnmodifiableFilterChain(Filter... filters)
Creates an unmodifiable FilterChain that will contains the specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
FilterChain |
copy()
Creates and returns a copy of this object.
|
addFilter, doFilter, doFilter, resetpublic UnmodifiableFilterChain(Filter... filters)
filters - The filters to add to the chain.public FilterChain copy()
FilterChain