Interface OrderedWebFilter

All Superinterfaces:
org.springframework.core.Ordered, org.springframework.web.server.WebFilter
All Known Implementing Classes:
OrderedHiddenHttpMethodFilter

public interface OrderedWebFilter extends org.springframework.web.server.WebFilter, org.springframework.core.Ordered
An Ordered WebFilter.
Since:
2.1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Filters that wrap the request should be ordered less than or equal to this.

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Methods inherited from interface org.springframework.core.Ordered

    getOrder

    Methods inherited from interface org.springframework.web.server.WebFilter

    filter
  • Field Details

    • REQUEST_WRAPPER_FILTER_MAX_ORDER

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