类 PassThroughFilterChain

  • 所有已实现的接口:
    FilterChain

    public class PassThroughFilterChain
    extends Object
    implements FilterChain
    Implementation of the FilterConfig interface which simply passes the call through to a given Filter/FilterChain combination (indicating the next Filter in the chain along with the FilterChain that it is supposed to work on) or to a given Servlet (indicating the end of the chain).
    从以下版本开始:
    2.0.3
    作者:
    Juergen Hoeller
    另请参阅:
    Filter, Servlet, MockFilterChain