Interface NamedFilterList

    • Method Detail

      • getName

        String getName()
        Returns the configuration-unique name assigned to this Filter list.
        Returns:
        the configuration-unique name assigned to this Filter list.
      • proxy

        FilterChain proxy​(FilterChain filterChain)
        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.