public interface IRequestFilterChain
filter()
method is to be invoked by IRequestFilter
implementations when they want to pass control to the rest of the chain.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
filter()
Performs the filtering using the rest of the filters in the chain.
|