portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.config
/
LoggingFilter
Logging
Filter
class
LoggingFilter
:
OncePerRequestFilter
Members
Constructors
Logging
Filter
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
environment
Link copied to clipboard
@
Nullable
var
environment
:
Environment
filter
Config
Link copied to clipboard
@
Nullable
@get:
Nullable
val
filterConfig
:
FilterConfig
servlet
Context
Link copied to clipboard
@
Nullable
protected
var
servletContext
:
ServletContext
Functions
after
Properties
Set
Link copied to clipboard
open
override
fun
afterPropertiesSet
(
)
destroy
Link copied to clipboard
open
override
fun
destroy
(
)
do
Filter
Link copied to clipboard
override
fun
doFilter
(
request
:
ServletRequest
,
response
:
ServletResponse
,
filterChain
:
FilterChain
)
init
Link copied to clipboard
override
fun
init
(
filterConfig
:
FilterConfig
)
set
Bean
Name
Link copied to clipboard
open
override
fun
setBeanName
(
beanName
:
String
)