micro-spring-boot-starter
Toggle table of contents
0.3.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
micro-spring-boot-starter
micro-spring-boot-starter
/
com.jiangtj.micro.spring.boot.servlet
/
BaseExceptionFilter
Base
Exception
Filter
@
Order
(
value
=
Orders.BASE_EXCEPTION_FILTER
)
open
class
BaseExceptionFilter
:
OncePerRequestFilter
(
source
)
Members
Constructors
Base
Exception
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
:
@
Nullable
Environment
filter
Config
Link copied to clipboard
open
val
filterConfig
:
@
Nullable
FilterConfig
servlet
Context
Link copied to clipboard
protected
open
var
servletContext
:
@
Nullable
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
open
fun
doFilter
(
request
:
ServletRequest
,
response
:
ServletResponse
,
filterChain
:
FilterChain
)
init
Link copied to clipboard
fun
init
(
filterConfig
:
FilterConfig
)
set
Bean
Name
Link copied to clipboard
open
fun
setBeanName
(
beanName
:
String
)