OrderedHiddenHttpMethodFilter

HiddenHttpMethodFilter that also implements Ordered.

Author

Artsiom Yudovin

Since

2.0.5

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
val DEFAULT_ORDER: Int = -10000
The default order is high to ensure the filter is applied before Spring Security.
Link copied to clipboard
val HIGHEST_PRECEDENCE: Int = -2147483648
Link copied to clipboard
val LOWEST_PRECEDENCE: Int = 2147483647
Link copied to clipboard
open var order: Int
Link copied to clipboard
Filters that wrap the request should be ordered less than or equal to this.

Functions

Link copied to clipboard
open fun filter(exchange: ServerWebExchange, chain: WebFilterChain): Mono<Void>
Link copied to clipboard
abstract fun getOrder(): Int
Link copied to clipboard
open fun setMethodParamName(methodParamName: String)