Interface Filter

All Known Implementing Classes:
CSRFFilter

public interface Filter
Represents a filter.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Context context, FilterChain filterChain)
    Applies the filter.
  • Method Details

    • apply

      Result apply(Context context, FilterChain filterChain)
      Applies the filter.
      Parameters:
      context - The current context
      filterChain - The owner filter chain
      Returns:
      A result