Class OrderedHiddenHttpMethodFilter
java.lang.Object
org.springframework.web.filter.reactive.HiddenHttpMethodFilter
org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
- All Implemented Interfaces:
OrderedWebFilter
,Ordered
,WebFilter
public class OrderedHiddenHttpMethodFilter
extends HiddenHttpMethodFilter
implements OrderedWebFilter
HiddenHttpMethodFilter
that also implements Ordered
.- Since:
- 2.0.5
- Author:
- Artsiom Yudovin
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The default order is high to ensure the filter is applied before Spring Security.Fields inherited from class org.springframework.web.filter.reactive.HiddenHttpMethodFilter
DEFAULT_METHOD_PARAMETER_NAME
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Fields inherited from interface org.springframework.boot.web.reactive.filter.OrderedWebFilter
REQUEST_WRAPPER_FILTER_MAX_ORDER
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.web.filter.reactive.HiddenHttpMethodFilter
filter, setMethodParamName
-
Field Details
-
DEFAULT_ORDER
public static final int DEFAULT_ORDERThe default order is high to ensure the filter is applied before Spring Security.- See Also:
-
-
Constructor Details
-
OrderedHiddenHttpMethodFilter
public OrderedHiddenHttpMethodFilter()
-
-
Method Details