Interface FilterChain

All Known Implementing Classes:
DefaultFilterChain

public interface FilterChain
Represents a chain of filters to apply.
  • Method Summary

    Modifier and Type
    Method
    Description
    applyNext(Context context)
    Applies the next filter.
  • Method Details

    • applyNext

      Result applyNext(Context context)
      Applies the next filter.
      Parameters:
      context - The current context
      Returns:
      A result