Class OrderedHiddenHttpMethodFilter

All Implemented Interfaces:
Filter, Aware, BeanNameAware, DisposableBean, InitializingBean, OrderedFilter, EnvironmentAware, EnvironmentCapable, Ordered, ServletContextAware

public class OrderedHiddenHttpMethodFilter extends HiddenHttpMethodFilter implements OrderedFilter
HiddenHttpMethodFilter that also implements Ordered.
Since:
2.0.0
Author:
Phillip Webb
  • Field Details

    • DEFAULT_ORDER

      public static final int DEFAULT_ORDER
      The default order is high to ensure the filter is applied before Spring Security.
      See Also:
  • Constructor Details

    • OrderedHiddenHttpMethodFilter

      public OrderedHiddenHttpMethodFilter()
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface Ordered
    • setOrder

      public void setOrder(int order)
      Set the order for this filter.
      Parameters:
      order - the order to set