public class OrderedHiddenHttpMethodFilter extends org.springframework.web.filter.reactive.HiddenHttpMethodFilter implements OrderedWebFilter
HiddenHttpMethodFilter that also implements Ordered.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ORDER
The default order is high to ensure the filter is applied before Spring Security.
|
DEFAULT_METHOD_PARAMETER_NAMEREQUEST_WRAPPER_FILTER_MAX_ORDER| Constructor and Description |
|---|
OrderedHiddenHttpMethodFilter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
setOrder(int order)
Set the order for this filter.
|
filter, setMethodParamNamepublic static final int DEFAULT_ORDER