toggle menu
Spring Boot Kotlin API
3.3.11-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.servlet.filter
/
OrderedRequestContextFilter
Ordered
Request
Context
Filter
open
class
OrderedRequestContextFilter
:
RequestContextFilter
,
OrderedFilter
RequestContextFilter
that also implements
Ordered
.
Author
Phillip Webb
Since
2.0.0
Members
Constructors
Ordered
Request
Context
Filter
Link copied to clipboard
constructor
(
)
Properties
ALREADY_FILTERED_SUFFIX
Link copied to clipboard
val
ALREADY_FILTERED_SUFFIX
:
String
=
".FILTERED"
environment
Link copied to clipboard
open
var
environment
:
Environment
filter
Config
Link copied to clipboard
open
val
filterConfig
:
FilterConfig
HIGHEST_PRECEDENCE
Link copied to clipboard
val
HIGHEST_PRECEDENCE
:
Int
=
-2147483648
LOWEST_PRECEDENCE
Link copied to clipboard
val
LOWEST_PRECEDENCE
:
Int
=
2147483647
order
Link copied to clipboard
open
var
order
:
Int
REQUEST_WRAPPER_FILTER_MAX_ORDER
Link copied to clipboard
val
REQUEST_WRAPPER_FILTER_MAX_ORDER
:
Int
=
0
Filters that wrap the servlet request should be ordered less than or equal to this.
servlet
Context
Link copied to clipboard
protected
open
var
servletContext
:
ServletContext
Functions
after
Properties
Set
Link copied to clipboard
open
fun
afterPropertiesSet
(
)
destroy
Link copied to clipboard
open
fun
destroy
(
)
do
Filter
Link copied to clipboard
fun
doFilter
(
request
:
ServletRequest
,
response
:
ServletResponse
,
filterChain
:
FilterChain
)
get
Order
Link copied to clipboard
abstract
fun
getOrder
(
)
:
Int
init
Link copied to clipboard
fun
init
(
filterConfig
:
FilterConfig
)
set
Bean
Name
Link copied to clipboard
open
fun
setBeanName
(
beanName
:
String
)
set
Thread
Context
Inheritable
Link copied to clipboard
open
fun
setThreadContextInheritable
(
threadContextInheritable
:
Boolean
)