Interface OrderedFilter

All Superinterfaces:
Filter, Ordered
All Known Implementing Classes:
OrderedCharacterEncodingFilter, OrderedFormContentFilter, OrderedHiddenHttpMethodFilter, OrderedRequestContextFilter

public interface OrderedFilter extends Filter, Ordered
Since:
2.1.0
Author:
Phillip Webb
  • Field Details

    • REQUEST_WRAPPER_FILTER_MAX_ORDER

      static final int REQUEST_WRAPPER_FILTER_MAX_ORDER
      Filters that wrap the servlet request should be ordered less than or equal to this.
      See Also: